Skip to content

Commit

Permalink
Convert to rspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
rking committed May 2, 2012
1 parent 7c72689 commit b8f831a
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions Rakefile
Expand Up @@ -25,12 +25,9 @@ Jeweler::Tasks.new do |gem|
end end
Jeweler::RubygemsDotOrgTasks.new Jeweler::RubygemsDotOrgTasks.new


require 'rake/testtask' require 'rspec/core/rake_task'
Rake::TestTask.new(:test) do |test| RSpec::Core::RakeTask.new(:spec)
test.libs << 'lib' << 'test' task :test => :spec
test.pattern = 'test/**/test_*.rb'
test.verbose = true
end


# TODO - https://github.com/colszowka/simplecov # TODO - https://github.com/colszowka/simplecov
#require 'rcov/rcovtask' #require 'rcov/rcovtask'
Expand Down

0 comments on commit b8f831a

Please sign in to comment.