Skip to content

Commit

Permalink
This will fix the build when runing rspec spec/. If you do not specif…
Browse files Browse the repository at this point in the history
…y refinerycms-testing in the development group of the Gemfile it will not be properly loaded.
  • Loading branch information
Jamie Winsor committed Aug 15, 2011
1 parent eaaa351 commit 028489b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Gemfile
Expand Up @@ -3,12 +3,14 @@ source "http://rubygems.org"
gemspec

## Uncomment the following lines to develop against edge refinery
gem 'refinerycms', :git => 'git://github.com/resolve/refinerycms.git'
# gem 'refinerycms', :git => 'git://github.com/resolve/refinerycms.git'
gem 'refinerycms', :path => '~/Code/refinerycms'
gem 'seo_meta', :git => 'git://github.com/parndt/seo_meta.git'

gem 'jquery-rails'

group :development, :test do
gem 'refinerycms-testing', '~> 2.0.0'
gem 'spork', '0.9.0.rc9', :platforms => :ruby
gem 'guard-spork', :platforms => :ruby
end
Expand Down

0 comments on commit 028489b

Please sign in to comment.