Sha256: 7d5b30052ef1d24a1ff303894d0a303170999eeb677bd45fb71b84b4a1fe57c4

Contents?: true

Size: 648 Bytes

Versions: 10

Compression:

Stored size: 648 Bytes

Contents

# This file is copied to spec/ when you run 'rails generate rspec:install'
ENV["RAILS_ENV"] ||= 'test'
require File.expand_path("../../config/environment", __FILE__)
require 'rspec/rails'
require 'rspec/autorun'

# Requires supporting ruby files with custom matchers and macros, etc,
# in spec/support/ and its subdirectories.
Dir[Rails.root.join("spec/support/**/*.rb")].each { |f| require f }

# Checks for pending migrations before tests are run.
# If you are not using ActiveRecord, you can remove this line.
ActiveRecord::Migration.check_pending! if defined?(ActiveRecord::Migration)

RSpec.configure do |config|
  config.order = "random"
end

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
to_slug_param-1.8 spec/dummy_app/spec/spec_helper.rb
to_slug_param-1.7 spec/dummy_app/spec/spec_helper.rb
to_slug_param-1.5 spec/dummy_app/spec/spec_helper.rb
to_slug_param-1.4 spec/dummy_app/spec/spec_helper.rb
to_slug_param-1.3 spec/dummy_app/spec/spec_helper.rb
to_slug_param-1.2 spec/dummy_app/spec/spec_helper.rb
the_string_to_slug-1.2 spec/dummy_app/spec/spec_helper.rb
the_string_to_slug-1.1 spec/dummy_app/spec/spec_helper.rb
the_string_to_slug-0.0.8 spec/dummy_app/spec/spec_helper.rb
the_string_to_slug-0.0.7 spec/dummy_app/spec/spec_helper.rb