spec/lib/backends/backend_spec.rb in picky-4.12.1 vs spec/lib/backends/backend_spec.rb in picky-4.12.2
- old
+ new
@@ -3,10 +3,10 @@
describe Picky::Backends::Backend do
let(:backend) { described_class.new }
describe 'weight' do
- it 'delegates to the parameter' do
+ it 'forwards to the parameter' do
combinations = stub :combinations
combinations.should_receive(:score).once.with()
backend.weight combinations
\ No newline at end of file