dchelimsky / rspec-rails

RSpec extension library for Ruby on Rails

This URL has Read+Write access

dchelimsky (author)
Fri Oct 24 06:57:47 -0700 2008
commit  27dd9b14ece5025dc712f7c9a53c2f9c603597b9
tree    d5dccea1f8486c8d5b4ea6e7534d3eeadb87a6c1
parent  fae146140f9ec0f50a3374347a4a6bb22936b824
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.