Skip to content

Commit

Permalink
Instafailing rspec formatter.
Browse files Browse the repository at this point in the history
  • Loading branch information
jqr committed Dec 2, 2011
1 parent 2e0aec8 commit 706bf8c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .rspec
@@ -0,0 +1 @@
--colour --format Fuubar
2 changes: 1 addition & 1 deletion Guardfile
@@ -1,4 +1,4 @@
guard 'rspec', :version => 2 do
guard 'rspec', :version => 2, :cli => '--format Fuubar' do
watch(%r{^spec/.+_spec\.rb$})
watch(%r{^lib/(.+)\.rb$}) { |m| "spec/#{m[1]}_spec.rb" }
watch(%r{spec/(spec_helper|test_server).rb}) { "spec/" }
Expand Down
1 change: 1 addition & 0 deletions instrumental_agent.gemspec
Expand Up @@ -20,4 +20,5 @@ Gem::Specification.new do |s|
s.add_development_dependency(%q<guard-rspec>, [">= 0"])
s.add_development_dependency(%q<growl_notify>, [">= 0"])
s.add_development_dependency(%q<rb-fsevent>, [">= 0"])
s.add_development_dependency(%q<fuubar>, [">= 0"])
end

0 comments on commit 706bf8c

Please sign in to comment.