test/unit/save_action_tests.rb in much-rails-0.2.6 vs test/unit/save_action_tests.rb in much-rails-0.2.7

- old
+ new

@@ -51,10 +51,10 @@ class InitTests < ReceiverTests desc "when init" subject do receiver_class.new( params: {}, - current_user: nil, + current_session: nil, request: nil, ) end should have_imeths :save_result