Sha256: e20a6f8b8f0a87ca75d83dc44873cdaf09b673c3c96be8ffcf8e669ac93a779c
Contents?: true
Size: 411 Bytes
Versions: 4
Compression:
Stored size: 411 Bytes
Contents
require "bundler/setup" require "rspec/autorun" ENV["GUARD_ENV"] = "test" # Requires supporting files with custom matchers and macros, etc, # in ./support/ and its subdirectories. Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |file| require file } RSpec.configure do |config| config.mock_framework = :rspec config.treat_symbols_as_metadata_keys_with_true_values = true # default in RSpec 3 end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
guard-foodcritic-1.0.3 | spec/spec_helper.rb |
guard-foodcritic-1.0.2 | spec/spec_helper.rb |
guard-foodcritic-1.0.1 | spec/spec_helper.rb |
guard-foodcritic-1.0.0 | spec/spec_helper.rb |