watch("spec/.*/*_spec.rb") do |match| system "bundle exec rspec spec" end watch("lib/(.*/.*).rb") do |match| system "bundle exec rspec spec" end