Skip to content

Commit

Permalink
Merge pull request #1139 from rspec/add-where-to-require-comment
Browse files Browse the repository at this point in the history
Note where to add requires so Rails is loaded.
  • Loading branch information
JonRowe committed Aug 4, 2014
2 parents 37b3df3 + d3ed8ec commit d8a0ce7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
require 'spec_helper'
require File.expand_path("../../config/environment", __FILE__)
require 'rspec/rails'
# Add additional requires below this line. Rails is not loaded until this point!

# Requires supporting ruby files with custom matchers and macros, etc, in
# spec/support/ and its subdirectories. Files matching `spec/**/*_spec.rb` are
Expand Down

0 comments on commit d8a0ce7

Please sign in to comment.