summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo k <mo@mokhan.ca>2012-02-11 14:55:55 -0700
committermo k <mo@mokhan.ca>2012-02-11 14:55:55 -0700
commit0ec940ab73359396e653bd8c3e08cc272c959d6d (patch)
treeca99d9bdf42a0e578b45b0799e5ada58c39399ed
parent9578abf7f815ef24edc15e0f7acca0509f859933 (diff)
remove guard.
-rw-r--r--Guardfile13
-rw-r--r--gemfile5
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
diff --git a/gemfile b/gemfile
index ccdc63c..b39935c 100644
--- a/gemfile
+++ b/gemfile
@@ -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'