GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Rubygem
Description: RSpec's official Ruby on Rails plugin
Clone URL: git://github.com/dchelimsky/rspec-rails.git
btakita (author)
Thu May 22 01:02:02 -0700 2008
commit  d5180adac27ffd4abe58aca9d448a9cd9ca711d5
tree    9b5c39e80414dffb2e533c616ac92eb98c74e0a0
parent  1f7b74bb3a438e0ccb47d8e7899ff524c3ca9e03
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.