spec/lib/backends/backend_spec.rb in picky-4.19.4 vs spec/lib/backends/backend_spec.rb in picky-4.19.5
- old
+ new
@@ -4,12 +4,12 @@
let(:backend) { described_class.new }
# describe 'score' do
# it 'forwards to the parameter' do
- # combinations = stub :combinations
+ # combinations = double :combinations
#
- # combinations.should_receive(:score).once.with()
+ # combinations.should_receive(:score).once.with no_args
#
# backend.score combinations
# end
# end
\ No newline at end of file