Sha256: ece0f5d662068554eab13d056daff82a2769cd5a1c8cf266078ac0a4c6a47fce

Contents?: true

Size: 308 Bytes

Versions: 9

Compression:

Stored size: 308 Bytes

Contents

require 'bootstrap-navbar'
require 'rspec-html-matchers'
require_relative 'helpers'

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
  config.order = 'random'
  config.include Helpers
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
bootstrap-navbar-1.0.1 spec/spec_helper.rb
bootstrap-navbar-1.0.0.pre8 spec/spec_helper.rb
bootstrap-navbar-1.0.0.pre7 spec/spec_helper.rb
bootstrap-navbar-1.0.0.pre6 spec/spec_helper.rb
bootstrap-navbar-1.0.0.pre5 spec/spec_helper.rb
bootstrap-navbar-1.0.0.pre4 spec/spec_helper.rb
bootstrap-navbar-1.0.0.pre3 spec/spec_helper.rb
bootstrap-navbar-1.0.0.pre2 spec/spec_helper.rb
bootstrap-navbar-1.0.0.pre1 spec/spec_helper.rb