Sha256: d4cf0fafe1e3a93b2e06cc616a2f8756dab8b845f941b806f1c6a1959626abe3

Contents?: true

Size: 607 Bytes

Versions: 13

Compression:

Stored size: 607 Bytes

Contents

require 'bundler/setup'
require 'awesome_print'
Bundler.setup

require 'coveralls'
Coveralls.wear!

require 'light_operations'

RSpec.configure do |config|
  config.filter_run :focus
  config.run_all_when_everything_filtered = true

  config.default_formatter = 'doc' if config.files_to_run.one?

  config.profile_examples = 10
  config.order = :random

  Kernel.srand config.seed

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

  config.mock_with :rspec do |mocks|
    mocks.syntax = :expect
    mocks.verify_partial_doubles = true
  end
end
require 'guard/rubocop'

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
light_operations-1.2.1 spec/spec_helper.rb
light_operations-1.2.0 spec/spec_helper.rb
light_operations-0.1.1 spec/spec_helper.rb
light_operations-0.1.0 spec/spec_helper.rb
light_operations-0.0.9 spec/spec_helper.rb
light_operations-0.0.8 spec/spec_helper.rb
light_operations-0.0.7 spec/spec_helper.rb
light_operations-0.0.6 spec/spec_helper.rb
light_operations-0.0.5 spec/spec_helper.rb
light_operations-0.0.4 spec/spec_helper.rb
light_operations-0.0.3 spec/spec_helper.rb
light_operations-0.0.2 spec/spec_helper.rb
light_operations-0.0.1 spec/spec_helper.rb