spec/knapsack/allocator_spec.rb in knapsack-1.13.1 vs spec/knapsack/allocator_spec.rb in knapsack-1.13.2
- old
+ new
@@ -37,10 +37,10 @@
it { should eql node_tests }
end
describe '#stringify_node_tests' do
subject { allocator.stringify_node_tests }
- it { should eql node_tests.join(' ') }
+ it { should eql %{"a_spec.rb" "b_spec.rb" "c_spec.rb" "d_spec.rb"} }
end
describe '#test_dir' do
subject { allocator.test_dir }