public
Description: RSpec extension library for Ruby on Rails
Homepage:
Clone URL: git://github.com/dchelimsky/rspec-rails.git
jerryvos (author)
Thu Jun 12 22:31:03 -0700 2008
patmaddox (committer)
Mon Aug 11 15:00:03 -0700 2008
rspec-rails / init.rb
100644 9 lines (9 sloc) 0.353 kb
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.