spec/yardstick_spec.rb in guard-yardstick-0.0.3 vs spec/yardstick_spec.rb in guard-yardstick-0.1.0
- old
+ new
@@ -12,8 +12,13 @@
describe '[:all_on_start]' do
subject { super()[:all_on_start] }
it { should be_truthy }
end
+
+ describe '[:path]' do
+ subject { super()[:path] }
+ it { should eq(['lib/**/*.rb']) }
+ end
end
end
end