Sha256: a702715784bf4621843c7a3a70a738db4c5234410097168b4e3da9908bb3291f

Contents?: true

Size: 314 Bytes

Versions: 26

Compression:

Stored size: 314 Bytes

Contents

require 'pivotal-github'

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

26 entries across 26 versions & 1 rubygems

Version Path
pivotal-github-1.2.2 spec/spec_helper.rb
pivotal-github-1.2.0 spec/spec_helper.rb
pivotal-github-1.1.7 spec/spec_helper.rb
pivotal-github-1.1.6 spec/spec_helper.rb
pivotal-github-1.1.5 spec/spec_helper.rb
pivotal-github-1.1.4 spec/spec_helper.rb
pivotal-github-1.1.3 spec/spec_helper.rb
pivotal-github-1.1.2 spec/spec_helper.rb
pivotal-github-1.1.1 spec/spec_helper.rb
pivotal-github-1.1.0 spec/spec_helper.rb
pivotal-github-1.0.12 spec/spec_helper.rb
pivotal-github-1.0.11 spec/spec_helper.rb
pivotal-github-1.0.10 spec/spec_helper.rb
pivotal-github-1.0.9 spec/spec_helper.rb
pivotal-github-1.0.8 spec/spec_helper.rb
pivotal-github-1.0.7 spec/spec_helper.rb
pivotal-github-1.0.6 spec/spec_helper.rb
pivotal-github-1.0.5 spec/spec_helper.rb
pivotal-github-1.0.4 spec/spec_helper.rb
pivotal-github-1.0.3 spec/spec_helper.rb