diff options
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | Rakefile | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..1e6b959a0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.rspec +results @@ -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 |