Skip to content

Commit

Permalink
不要なテストケースを削除
Browse files Browse the repository at this point in the history
  • Loading branch information
sadanora committed Nov 16, 2022
1 parent f060017 commit 901dc37
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions test/system/events_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,6 @@
require 'application_system_test_case'

class EventsTest < ApplicationSystemTestCase
test 'show link to create new event' do
visit_with_auth events_path, 'komagata'
assert_link 'イベント作成'
end

test 'show link to create new regular event' do
visit_with_auth events_path, 'komagata'
assert_link '定期イベント作成'
end

test 'users except admin cannot publish a event' do
visit_with_auth new_event_path, 'kimura'
page.assert_no_selector("input[value='作成']")
Expand Down

0 comments on commit 901dc37

Please sign in to comment.