From 028489bf152885929e074628e152ff5a58d2ff9b Mon Sep 17 00:00:00 2001 From: Jamie Winsor Date: Mon, 15 Aug 2011 00:13:54 -0700 Subject: This will fix the build when runing rspec spec/. If you do not specify refinerycms-testing in the development group of the Gemfile it will not be properly loaded. --- Gemfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index cdcebf5..aa83e3f 100644 --- a/Gemfile +++ b/Gemfile @@ -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 -- cgit v1.2.3