Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bundler.setup in spec/spec_helper (temporary until
  • Loading branch information
dchelimsky committed Apr 15, 2010
1 parent 07805c2 commit 0b0146d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions lib/generators/rspec/install/templates/spec/spec_helper.rb
@@ -1,3 +1,7 @@
# This is only necessary intermittently - will hopefully be gone by the time we release rspec-rails-2.0.0 final.
require 'bundler'
Bundler.setup

# This file is copied to ~/spec when you run 'ruby script/generate rspec' # This file is copied to ~/spec when you run 'ruby script/generate rspec'
# from the project root directory. # from the project root directory.
ENV["RAILS_ENV"] ||= 'test' ENV["RAILS_ENV"] ||= 'test'
Expand Down
2 changes: 1 addition & 1 deletion rspec-rails.gemspec
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |s|


s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version= s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
s.authors = ["David Chelimsky", "Chad Humphries"] s.authors = ["David Chelimsky", "Chad Humphries"]
s.date = %q{2010-04-11} s.date = %q{2010-04-15}
s.description = %q{Rspec-2 for Rails-3} s.description = %q{Rspec-2 for Rails-3}
s.email = %q{dchelimsky@gmail.com;chad.humphries@gmail.com} s.email = %q{dchelimsky@gmail.com;chad.humphries@gmail.com}
s.extra_rdoc_files = [ s.extra_rdoc_files = [
Expand Down

0 comments on commit 0b0146d

Please sign in to comment.