diff options
author | Matt Robinson <matt@puppetlabs.com> | 2011-01-06 15:33:56 -0800 |
---|---|---|
committer | Matt Robinson <matt@puppetlabs.com> | 2011-01-06 15:33:56 -0800 |
commit | dbfcefc53cbd0b33079aa85ef8ce3efce48643b9 (patch) | |
tree | 1d20926d351df1f30e9d301b72623dd1fc3cd065 | |
parent | 19eb1e78e115d10bfb822e510213e4fab9cd2599 (diff) | |
parent | 2d8884487159a29fa0a6b89379d5fc1b11c2652c (diff) | |
download | puppet-dbfcefc53cbd0b33079aa85ef8ce3efce48643b9.tar.gz puppet-dbfcefc53cbd0b33079aa85ef8ce3efce48643b9.tar.xz puppet-dbfcefc53cbd0b33079aa85ef8ce3efce48643b9.zip |
Merge branch 'maint/2.6.next/remove_rspec_options_from_rakefile' into 2.6.x
* maint/2.6.next/remove_rspec_options_from_rakefile:
maint: Add vim swap files to .gitignore
maint: Remove rspec options from the Rakefile
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | Rakefile | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..a2082370b --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.rspec +results +.*.sw[op] @@ -43,7 +43,6 @@ desc "Create the tarball and the gem - use when releasing" task :puppetpackages => [:create_gem, :package] RSpec::Core::RakeTask.new do |t| - t.rspec_opts = ['--format','s', '--color'] t.pattern ='spec/{unit,integration}/**/*.rb' t.fail_on_error = false end |