Sha256: 4b5a335b73113640faf6e82bb4794d3aebbf2979377ae71e24530ebb42166ec3

Contents?: true

Size: 430 Bytes

Versions: 18

Compression:

Stored size: 430 Bytes

Contents

require_relative '../lib/bootstrap-navbar'
require 'rspec-html-matchers'

module Padrino
  IGNORE_NO_RENDERING_ENGINE = true
end
require 'padrino-helpers'

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

RSpec.configure do |config|
  config.run_all_when_everything_filtered = true
  config.filter_run :focus
  config.order = 'random'
  config.include ::Helpers
  config.include RSpecHtmlMatchers
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
bootstrap-navbar-3.2.2 spec/spec_helper.rb
bootstrap-navbar-3.2.1 spec/spec_helper.rb
bootstrap-navbar-3.2.0 spec/spec_helper.rb
bootstrap-navbar-3.1.2 spec/spec_helper.rb
bootstrap-navbar-3.1.1 spec/spec_helper.rb
bootstrap-navbar-3.1.0 spec/spec_helper.rb
bootstrap-navbar-3.0.7 spec/spec_helper.rb
bootstrap-navbar-3.0.6 spec/spec_helper.rb
bootstrap-navbar-3.0.5 spec/spec_helper.rb
bootstrap-navbar-3.0.4 spec/spec_helper.rb
bootstrap-navbar-3.0.3 spec/spec_helper.rb
bootstrap-navbar-3.0.2 spec/spec_helper.rb
bootstrap-navbar-3.0.1 spec/spec_helper.rb
bootstrap-navbar-3.0.0 spec/spec_helper.rb
bootstrap-navbar-2.5.0 spec/spec_helper.rb
bootstrap-navbar-2.4.0 spec/spec_helper.rb
bootstrap-navbar-2.3.0 spec/spec_helper.rb
bootstrap-navbar-2.2.4 spec/spec_helper.rb