Sha256: a9486b66a5695724350b40b21f97dc2b17d890c1bb79cd06d5b897a08efd6ee1

Contents?: true

Size: 680 Bytes

Versions: 2

Compression:

Stored size: 680 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'

# 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"
  config.expect_with(:rspec) { |c| c.syntax = :should }
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
the_string_to_slug-1.4 spec/dummy_app/spec/spec_helper.rb
the_string_to_slug-1.3 spec/dummy_app/spec/spec_helper.rb