Skip to content

Commit

Permalink
fixed spec name for command specs
Browse files Browse the repository at this point in the history
  • Loading branch information
Derick Bailey committed Dec 3, 2009
1 parent 0840cb3 commit 017cebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rakefile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
end

desc "Command functional specs"
Spec::Rake::SpecTask.new :mspec do |t|
Spec::Rake::SpecTask.new :command do |t|
t.spec_files = 'spec/command*_spec.rb'
t.spec_opts << @spec_opts
end
Expand Down

0 comments on commit 017cebb

Please sign in to comment.