Skip to content

Commit

Permalink
Fixed spec rake task.
Browse files Browse the repository at this point in the history
  • Loading branch information
Damien Wilson committed Dec 15, 2010
1 parent 84f90f7 commit be30efb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ require 'rake'
require 'rake/clean'
require 'rake/rdoctask'
require 'rake/gempackagetask'
require 'rspec/core/rake_task'
require 'fileutils'
include FileUtils

Expand Down Expand Up @@ -38,8 +39,8 @@ task :ragel do
end
end

require 'rspec/core/rake_task'
Rspec::Core::RakeTask.new(:spec)
desc "Run all RSpec tests"
RSpec::Core::RakeTask.new(:spec)

def make(makedir)
Dir.chdir(makedir) { sh MAKE }
Expand Down

0 comments on commit be30efb

Please sign in to comment.