uberspec.watchr in uberspec-0.2.0 vs uberspec.watchr in uberspec-0.2.1
- old
+ new
@@ -1,10 +1,10 @@
require 'uberspec'
-Uberspec::Parallel.watch(self) do |config|
+Uberspec::Rspec.watch(self) do |config|
config.code_paths += ['^lib/(.*)\.rb']
config.spec_paths += ['^spec/(.*)\.']
- config.notify = false #'LibNotify' #'Growl' #false
+ config.notify = 'LibNotify' #'Growl' #false
end
# vim:ft=ruby