aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/plugins/rspec-rails/init.rb
blob: 6262f03687003ecea5f4624b5173bb81d07c1443 (plain)
1
2
3
4
5
6
7
8
9
# Placeholder to satisfy Rails.
#
# Do NOT add any require statements to this file. Doing
# so will cause Rails to load this plugin all of the time.
#
# Running 'ruby script/generate rspec' will
# generate spec/spec_helper.rb, which includes the necessary
# require statements and configuration. This file should
# be required by all of your spec files.