Sha256: 02bda0b222baa9c11c267e675ed62692b382cd1a8d63b16186fd683569ddb265

Contents?: true

Size: 372 Bytes

Versions: 7

Compression:

Stored size: 372 Bytes

Contents

require 'coveralls'
Coveralls.wear!

require "bundler/setup"
require 'pry'
require "titler"
require 'rails'

RSpec.configure do |config|
  # Enable flags like --only-failures and --next-failure
  config.example_status_persistence_file_path = ".rspec_status"

  config.after(:each) { I18n.locale = :en }

  config.expect_with :rspec do |c|
    c.syntax = :expect
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
titler-1.2.0 spec/spec_helper.rb
titler-1.0.2 spec/spec_helper.rb
titler-1.0.1 spec/spec_helper.rb
titler-1.0.0 spec/spec_helper.rb
titler-0.4.4 spec/spec_helper.rb
titler-0.4.3 spec/spec_helper.rb
titler-0.4.2 spec/spec_helper.rb