Skip to content

Commit

Permalink
simplifies the rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiii committed Feb 17, 2012
1 parent a3fce45 commit 0a4ee0b
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions Rakefile
@@ -1,16 +1,12 @@
require "bundler"
Bundler::GemHelper.install_tasks

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

desc "Benchmark Nori parsers"
task :benchmark do
require "benchmark/benchmark"
end

RSpec::Core::RakeTask.new do |t|
t.rspec_opts = %w(-c)
end
require "rspec/core/rake_task"
RSpec::Core::RakeTask.new

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

0 comments on commit 0a4ee0b

Please sign in to comment.