System notice: In light of the Debian OpenSSL security issue we've regenerated the server keys. See this thread for instructions and the new key fingerprints.

Commit 6d22b4b85eec6524b27f3065cc8f09f180e8f569

More documentation in spec_helper.rb template regarding fixtures and also where to look for more information about configuration options.

Commit diff

rspec_on_rails/generators/rspec/templates/spec_helper.rb

 
2828 # If you declare global fixtures, be aware that they will be declared
2929 # for all of your examples, even those that don't use them.
3030 #
31 # You can also declare which fixtures to use (for example fixtures for test/fixtures):
32 #
33 # config.fixture_path = RAILS_ROOT + '/spec/fixtures/'
34 #
3135 # == Mock Framework
3236 #
3337 # RSpec uses it's own mocking framework by default. If you prefer to
4040 # config.mock_with :mocha
4141 # config.mock_with :flexmock
4242 # config.mock_with :rr
43 #
44 # == Notes
45 #
46 # For more information take a look at Spec::Example::Configuration and Spec::Runner
4347end
toggle raw diff