Skip to content

Commit 8265528

Browse files
committed
Merge pull request #25 from msgehard/fix_rake_setup
Change the thor task that gets run for rspec-rails.
2 parents b0ae1f1 + 71dad8a commit 8265528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ namespace :bundle do
169169
`bundle install --binstubs`
170170
Bundler.with_clean_env do
171171
run_command 'bundle install --binstubs --gemfile ./Gemfile', :except => 'rspec-rails'
172-
run_command 'thor gemfile:use 3.1.0', :only => 'rspec-rails'
172+
run_command 'thor version:use 3.1.0', :only => 'rspec-rails'
173173
end
174174
end
175175
end

0 commit comments

Comments
 (0)