spec/lib/bubble-wrap/requirement_spec.rb in bubble-wrap-1.8.0 vs spec/lib/bubble-wrap/requirement_spec.rb in bubble-wrap-1.9.0
- old
+ new
@@ -8,14 +8,14 @@
end
describe '.scan' do
before do
@subject.clear!
- @root_path = File.expand_path('../../../../', __FILE__)
+ @root_path = File.expand_path('../../../../', __FILE__)
end
it 'asking for a not-yet-found file raises an exception' do
- should.raise(Exception) do
+ should.raise(Exception) do
@subject.find('foo')
end
end
it 'finds the specified file' do