Sha256: 2e0fa4c606f25c60b0587d7ce3eedf70f68ba99de745d7475c70ec90e49e7eea

Contents?: true

Size: 865 Bytes

Versions: 4

Compression:

Stored size: 865 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"` to ensure that it is only
# loaded once.
#
# See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration

require 'rails/all'
require 'rspec/rails'
require 'simple_breadcrumbs'

require 'coveralls'
Coveralls.wear!

ActiveSupport.on_load(:active_record) do
  include HasBreadcrumb
end

ActiveSupport.on_load(:action_controller) do
  include ActionView::Helpers
  include ShowBreadcrumb
end

I18n.enforce_available_locales = false

# Load support files
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f}

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
simple_breadcrumbs-1.1.0 spec/spec_helper.rb
simple_breadcrumbs-1.0.5 spec/spec_helper.rb
simple_breadcrumbs-1.0.4 spec/spec_helper.rb
simple_breadcrumbs-0.0.4 spec/spec_helper.rb