Sha256: c17f5599a39752e1c4f5a96bc9df8c84d6b731574a4ba7184e0658ff250881b1
Contents?: true
Size: 560 Bytes
Versions: 1
Compression:
Stored size: 560 Bytes
Contents
# Load support files Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f } RSpec.configure do |config| # Remove this line if you don't want RSpec's should and should_not # methods or matchers require 'rspec/expectations' config.include RSpec::Matchers # == Mock Framework config.mock_with :rspec # # include MyHelpers module in every acceptance spec # config.include MyHelpers, :type => :acceptance # # config.before(:each, :type => :acceptance) do # # Some code to run before any acceptance spec # end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
multiengine-0.5.0 | lib/templates/spec/spec_config.rb.tt |