From fc68f22858fc485b99836d6b5ce254c67cdabe50 Mon Sep 17 00:00:00 2001 From: Jamie Winsor Date: Fri, 2 Sep 2011 13:34:06 -0700 Subject: update and import refinerycms migrations and seeds update Guardfile, spec_helper, and support files to match those generated by refinerycms-testing --- Guardfile | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'Guardfile') diff --git a/Guardfile b/Guardfile index 4de3a30..7774821 100644 --- a/Guardfile +++ b/Guardfile @@ -1,12 +1,4 @@ -# A sample Guardfile -# More info at https://github.com/guard/guard#readme - -guard 'rspec', :version => 2 do - watch(%r{^spec/.+_spec\.rb$}) - watch(%r{^lib/(.+)\.rb$}) { |m| "spec/lib/#{m[1]}_spec.rb" } - watch('spec/spec_helper.rb') { "spec" } - - # Rails example +guard 'rspec', :version => 2, :cli => "--format Fuubar --color --drb" do watch(%r{^spec/.+_spec\.rb$}) watch(%r{^app/(.+)\.rb$}) { |m| "spec/#{m[1]}_spec.rb" } watch(%r{^lib/(.+)\.rb$}) { |m| "spec/lib/#{m[1]}_spec.rb" } -- cgit v1.2.3