wilson / rspec forked from dchelimsky/rspec

Behaviour Driven Development framework for Ruby

This URL has Read+Write access

commit  88a81ae79abfb229acc82889feac4c28a6c8e111
tree    92c20f9e56c5a6ebff7afb946678a40eb97ebc2d
parent  84fbaae3694462178a5b97f6150f0432c8132ea6
rspec / 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.