Skip to content

Commit

Permalink
Renamed Rspec => RSpec in steak.rake
Browse files Browse the repository at this point in the history
  • Loading branch information
Falk Pauser committed Jun 4, 2010
1 parent d94a161 commit d183d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generators/steak/templates/steak.rake
Expand Up @@ -2,7 +2,7 @@ require 'rspec/core/rake_task'

namespace :spec do
desc "Run the code examples in spec/acceptance"
Rspec::Core::RakeTask.new(:acceptance => "db:test:prepare") do |t|
RSpec::Core::RakeTask.new(:acceptance => "db:test:prepare") do |t|
t.pattern = "spec/acceptance/**/*_spec.rb"
end

Expand Down

0 comments on commit d183d69

Please sign in to comment.