test/performance/fetch_test.rb in wagn-1.18.6 vs test/performance/fetch_test.rb in wagn-1.19.0

- old
+ new

@@ -1,9 +1,9 @@ # -*- encoding : utf-8 -*- -require 'test_helper' -require 'rails/performance_test_help' +require "test_helper" +require "rails/performance_test_help" class FetchTest < ActionDispatch::PerformanceTest def test_fetch - Card.fetch 'Home' + Card.fetch "Home" end end