Skip to content

Commit

Permalink
simplify Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiii committed Aug 25, 2011
1 parent 162243a commit 124a488
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
require "bundler"
Bundler::GemHelper.install_tasks

require "bundler/gem_tasks"
require "rspec/core/rake_task"

RSpec::Core::RakeTask.new do |t|
t.rspec_opts = %w(-c)
end
RSpec::Core::RakeTask.new

task :default => :spec
task :test => :spec

0 comments on commit 124a488

Please sign in to comment.