Sha256: ea666744588c1a58b4dae2a83571cdf63cde4a34dd8f59d703bc19b3128813f9
Contents?: true
Size: 683 Bytes
Versions: 19
Compression:
Stored size: 683 Bytes
Contents
# This file is copied to spec/ when you run 'rails generate rspec:install' ENV["RAILS_ENV"] ||= 'test' require File.expand_path("../../spec/dummy/config/environment", __FILE__) require 'capybara/rspec' require 'rspec/rails' require 'rspec/autorun' require 'capybara/rails' # Requires supporting ruby files with custom matchers and macros, etc, # in spec/support/ and its subdirectories. Dir[Rails.root.join("spec/support/**/*.rb")].each {|f| require f} RSpec.configure do |config| # ## Mock Framework # # If you prefer to use mocha, flexmock or RR, uncomment the appropriate line: # # config.mock_with :mocha # config.mock_with :flexmock # config.mock_with :rr end
Version data entries
19 entries across 19 versions & 1 rubygems