Sha256: 874f75745bf583e2cb0a580fae20a375a0c526a6cc79a4d2aadaa0f9cb604eef
Contents?: true
Size: 737 Bytes
Versions: 2
Compression:
Stored size: 737 Bytes
Contents
# This file was generated by the `rspec --init` command. Conventionally, all # specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`. # Require this file using `require "spec_helper.rb"` to ensure that it is only # loaded once. # # See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration require File.expand_path("../dummy/config/environment.rb", __FILE__) require 'rspec/rails' require 'capybara/rspec' require File.expand_path(File.join(File.dirname(__FILE__), '../lib/bootstrap_forms')) RSpec.configure do |config| config.treat_symbols_as_metadata_keys_with_true_values = true config.run_all_when_everything_filtered = true config.filter_run :focus end Rails.backtrace_cleaner.remove_silencers!
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bootstrap_forms-2.0.1 | spec/spec_helper.rb |
bootstrap_forms-2.0.0 | spec/spec_helper.rb |