Skip to content

Commit

Permalink
Merge pull request #290 from jwieringa/master
Browse files Browse the repository at this point in the history
Updated rake_compat comments to reflect Rspec 2.0 changes
  • Loading branch information
sferik committed Jan 23, 2013
2 parents b0a54fd + 5852012 commit ca06fb8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/thor/rake_compat.rb
Expand Up @@ -6,12 +6,13 @@ class Thor
# rake package tasks. For example, to use rspec rake tasks, one can do:
#
# require 'thor/rake_compat'
# require 'rspec/core/rake_task'
#
# class Default < Thor
# include Thor::RakeCompat
#
# Spec::Rake::SpecTask.new(:spec) do |t|
# t.spec_opts = ['--options', "spec/spec.opts"]
# RSpec::Core::RakeTask.new(:spec) do |t|
# t.spec_opts = ['--options', "./.rspec"]
# t.spec_files = FileList['spec/**/*_spec.rb']
# end
# end
Expand Down

0 comments on commit ca06fb8

Please sign in to comment.