Skip to content

Commit

Permalink
Changing CI to user rspec 1.1-maintenance branch to avoid tracking bu…
Browse files Browse the repository at this point in the history
…gs on rspec
  • Loading branch information
ianwhite committed Feb 8, 2009
1 parent ca3c59f commit 8fe56da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions garlic.rb
Expand Up @@ -16,8 +16,8 @@
target target[:rails], :branch => "origin/#{target[:rails]}" do
prepare do
plugin 'inherit_views', :branch => "origin/#{target[:inherit_views]}", :clone => true
plugin 'rspec', :as => 'rspec'
plugin 'rspec-rails', :as => 'rspec-rails' do
plugin 'rspec', :branch => 'origin/1.1-maintenance'
plugin 'rspec-rails', :branch => 'origin/1.1-maintenance' do
sh "script/generate rspec -f"
end
end
Expand Down

0 comments on commit 8fe56da

Please sign in to comment.