Sha256: 1ca6352bb3b14245c67238d425157b0a334ac5e52f78bec96b56677673302212

Contents?: true

Size: 361 Bytes

Versions: 6

Compression:

Stored size: 361 Bytes

Contents

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

Dir[File.expand_path('../support/**/*.rb', __FILE__)].each { |f| require f }

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

6 entries across 6 versions & 1 rubygems

Version Path
bootstrap-navbar-2.1.2 spec/spec_helper.rb
bootstrap-navbar-2.1.1 spec/spec_helper.rb
bootstrap-navbar-2.1.0 spec/spec_helper.rb
bootstrap-navbar-2.0.0 spec/spec_helper.rb
bootstrap-navbar-1.1.0 spec/spec_helper.rb
bootstrap-navbar-1.0.2 spec/spec_helper.rb