Skip to content

Commit

Permalink
Fix rake spectask
Browse files Browse the repository at this point in the history
Later versions of RSpec deprecated spectask.
  • Loading branch information
jc00ke committed Nov 3, 2012
1 parent 38b95ff commit 7f43666
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
@@ -1,8 +1,8 @@
require 'rake'
require 'spec/rake/spectask'
require 'rspec/core/rake_task'

# Define task
Spec::Rake::SpecTask.new(:spec) do |t|
RSpec::Core::RakeTask.new(:spec) do |t|
end

task :default => :spec

0 comments on commit 7f43666

Please sign in to comment.