summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorAkzhan Abdulin <akzhan.abdulin@gmail.com>2011-04-08 17:56:19 +0400
committerBryan McLellan <btm@opscode.com>2011-04-28 11:16:50 -0700
commit43b6533b54955b2cf8c388980d27fa2d136e4e1a (patch)
tree7af8a1e6e74392f678e5fef80cf6390443c21e01 /Rakefile
parentc78a47cb7757166012a0e3bd08b8b7a433de8152 (diff)
downloadohai-43b6533b54955b2cf8c388980d27fa2d136e4e1a.tar.gz
Add Gemfile to simplify development using bundler if needed. Add development dependencies (RSpec). Move RSpec option in preffered way to .rspec file. Updated .gitignore
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index e22f55f4..a5266def 100644
--- a/Rakefile
+++ b/Rakefile
@@ -18,7 +18,6 @@ begin
RSpec::Core::RakeTask.new do |t|
t.pattern = 'spec/**/*_spec.rb'
- t.rspec_opts = %w(-fs --color)
end
rescue LoadError
desc "rspec is not installed, this task is disabled"