Sha256: fa7a21cd372c41a1d1d718431524610ef2c8b2cf333171669563d392ffcd85cf

Contents?: true

Size: 309 Bytes

Versions: 29

Compression:

Stored size: 309 Bytes

Contents

require 'git-utils'

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

  # Disallow the old-style 'object.should' syntax.
  config.expect_with :rspec do |c|
    c.syntax = :expect
  end
end

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
git-utils-2.4.0 spec/spec_helper.rb
git-utils-2.3.0 spec/spec_helper.rb
git-utils-2.2.1 spec/spec_helper.rb
git-utils-2.2.0 spec/spec_helper.rb
git-utils-2.1.0 spec/spec_helper.rb
git-utils-2.0.0 spec/spec_helper.rb
git-utils-1.0.0 spec/spec_helper.rb
git-utils-0.7.1 spec/spec_helper.rb
git-utils-0.7.0 spec/spec_helper.rb
git-utils-0.6.5 spec/spec_helper.rb
git-utils-0.6.4 spec/spec_helper.rb
git-utils-0.6.3 spec/spec_helper.rb
git-utils-0.6.2 spec/spec_helper.rb
git-utils-0.6.1 spec/spec_helper.rb
git-utils-0.6.0 spec/spec_helper.rb
git-utils-0.5.10 spec/spec_helper.rb
git-utils-0.5.9 spec/spec_helper.rb
git-utils-0.5.8 spec/spec_helper.rb
git-utils-0.5.7 spec/spec_helper.rb
git-utils-0.5.6 spec/spec_helper.rb