diff options
| author | mo k <mo@mokhan.ca> | 2012-02-11 14:55:55 -0700 |
|---|---|---|
| committer | mo k <mo@mokhan.ca> | 2012-02-11 14:55:55 -0700 |
| commit | 0ec940ab73359396e653bd8c3e08cc272c959d6d (patch) | |
| tree | ca99d9bdf42a0e578b45b0799e5ada58c39399ed | |
| parent | 9578abf7f815ef24edc15e0f7acca0509f859933 (diff) | |
remove guard.
| -rw-r--r-- | Guardfile | 13 | ||||
| -rw-r--r-- | gemfile | 5 |
2 files changed, 0 insertions, 18 deletions
diff --git a/Guardfile b/Guardfile deleted file mode 100644 index fb18f18..0000000 --- a/Guardfile +++ /dev/null @@ -1,13 +0,0 @@ -# A sample Guardfile -# More info at https://github.com/guard/guard#readme - -#guard 'minitest' do - #watch(%r|^test/test_(.*)\.rb|) - #watch(%r|^lib/(.*)([^/]+)\.rb|) { |m| "test/#{m[1]}test_#{m[2]}.rb" } - #watch(%r|^test/test_helper\.rb|) { "test" } -#end -guard 'minitest' do - watch(%r|^spec/(.*)_spec\.rb|) - watch(%r|^lib/(.*)\.rb|) { |m| "spec/#{m[1]}_spec.rb" } - watch(%r|^spec/spec_helper\.rb|) { "spec" } -end @@ -1,8 +1,3 @@ source 'https://rubygems.org' -#gem 'guard' -#gem 'guard-minitest' -#gem 'rb-fsevent', :require => false if RUBY_PLATFORM =~ /darwin/i -#gem 'growl', :require => false if RUBY_PLATFORM =~ /darwin/i -#gem 'growl_notify', :require => false if RUBY_PLATFORM =~ /darwin/i gem 'developwithpassion_fakes' |
