spec/vagrant-unison/config_spec.rb in vagrant-vaimo-unison-0.1.0 vs spec/vagrant-unison/config_spec.rb in vagrant-vaimo-unison-0.2.0

- old
+ new

@@ -19,9 +19,13 @@ } its('ignore') { should be_nil } + + its('ignorenot') { + should be_nil + } end describe 'overriding defaults' do # I typically don't meta-program in tests, but this is a very # simple boilerplate test, so I cut corners here. It just sets