diff options
author | Akzhan Abdulin <akzhan.abdulin@gmail.com> | 2011-04-08 17:56:19 +0400 |
---|---|---|
committer | Bryan McLellan <btm@opscode.com> | 2011-04-28 11:16:50 -0700 |
commit | 43b6533b54955b2cf8c388980d27fa2d136e4e1a (patch) | |
tree | 7af8a1e6e74392f678e5fef80cf6390443c21e01 /Rakefile | |
parent | c78a47cb7757166012a0e3bd08b8b7a433de8152 (diff) | |
download | ohai-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-- | Rakefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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" |