]> git.openstreetmap.org Git - rails.git/blobdiff - test/system/report_diary_entry_test.rb
Remove minitest-rails-capybara and convert feature tests to system tests
[rails.git] / test / system / report_diary_entry_test.rb
similarity index 90%
rename from test/features/report_diary_entry_test.rb
rename to test/system/report_diary_entry_test.rb
index 820b5f77ba1d17b57f9b2c35d06165403a964c86..36cd3603053de80f392d2b92d9d352a3ccc078bc 100644 (file)
@@ -1,6 +1,6 @@
-require "test_helper"
+require "application_system_test_case"
 
-class ReportDiaryEntryTest < Capybara::Rails::TestCase
+class ReportDiaryEntryTest < ApplicationSystemTestCase
   def setup
     create(:language, :code => "en")
     @diary_entry = create(:diary_entry)