spec/interactor/rails_spec.rb in interactor-rails-1.0.1 vs spec/interactor/rails_spec.rb in interactor-rails-2.0.0
- old
+ new
@@ -32,10 +32,10 @@
check_file_presence([path], true)
check_exact_file_content(path, <<-EOF)
class PlaceOrder
include Interactor
- def perform
+ def call
# TODO
end
end
EOF
end