Use doc formatter again (instead of Fuubar)
This commit is contained in:
parent
652c3d8661
commit
4fd1db3fb7
4
Gemfile
4
Gemfile
@ -8,10 +8,6 @@ group :guard do
|
|||||||
gem 'guard-ronn'
|
gem 'guard-ronn'
|
||||||
end
|
end
|
||||||
|
|
||||||
group :test do
|
|
||||||
gem 'fuubar'
|
|
||||||
end
|
|
||||||
|
|
||||||
require 'rbconfig'
|
require 'rbconfig'
|
||||||
|
|
||||||
if RbConfig::CONFIG['target_os'] =~ /darwin/i
|
if RbConfig::CONFIG['target_os'] =~ /darwin/i
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
guard :rspec, :version => 2, :keep_failed => false, :cli => '--format Fuubar' do
|
guard :rspec, :version => 2, :keep_failed => false, :cli => '-f doc' do
|
||||||
watch(%r{^spec/.+_spec\.rb$})
|
watch(%r{^spec/.+_spec\.rb$})
|
||||||
watch(%r{^lib/(.+)\.rb$}) { |m| "spec/#{m[1]}_spec.rb" }
|
watch(%r{^lib/(.+)\.rb$}) { |m| "spec/#{m[1]}_spec.rb" }
|
||||||
watch('spec/spec_helper.rb') { "spec" }
|
watch('spec/spec_helper.rb') { "spec" }
|
||||||
|
Loading…
Reference in New Issue
Block a user