test/performance/fetch_test.rb in wagn-1.17.4 vs test/performance/fetch_test.rb in wagn-1.18.0

- old
+ new

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