Skip to content

Commit

Permalink
update Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
e2 committed Jan 15, 2015
1 parent 93a348a commit 6bacdd6
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Rakefile
@@ -1,8 +1,11 @@
require 'bundler'
require 'bundler/gem_tasks'
Bundler::GemHelper.install_tasks

require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new( :spec )
RSpec::Core::RakeTask.new( :spec ) do |t|
t.verbose = false
end

task :default => :spec

namespace( :spec ) do
Expand All @@ -18,4 +21,4 @@ namespace( :spec ) do
BASH
end
end
end
end

0 comments on commit 6bacdd6

Please sign in to comment.