Skip to content

Commit

Permalink
Guardfile changed to rspec 2. Updated rb-fsevent to work with Mountai…
Browse files Browse the repository at this point in the history
…n Lion.
  • Loading branch information
Brad Gessler committed Dec 7, 2012
1 parent 881df23 commit 39fe8e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion Gemfile
Expand Up @@ -14,5 +14,4 @@ group :test do
gem 'sqlite3-ruby'
gem 'guard-rspec'
gem 'rb-fsevent'
gem 'growl'
end
5 changes: 1 addition & 4 deletions Guardfile
@@ -1,7 +1,4 @@
# A sample Guardfile
# More info at https://github.com/guard/guard#readme

guard 'rspec', :version => 1, :cli => '--colour --format nested' do
guard 'rspec', :version => 2, :cli => '--colour --format nested' do
watch(%r{^spec/.+_spec\.rb$})
watch(%r{^lib/(.+)\.rb$}) { |m| "spec/lib/#{m[1]}_spec.rb" }
watch('spec/spec_helper.rb') { "spec" }
Expand Down

0 comments on commit 39fe8e3

Please sign in to comment.