spec/acfs/singleton_resource_spec.rb in acfs-1.6.0 vs spec/acfs/singleton_resource_spec.rb in acfs-1.7.0
- old
+ new
@@ -10,8 +10,9 @@
stub_request(:get, 'http://users.example.org/singles')
.to_return response id: 1
end
let(:action) { ->(cb) { model.find(&cb) } }
- it_should_behave_like 'a query method with multi-callback support'
+
+ it_behaves_like 'a query method with multi-callback support'
end
end