Sha256: 941b7acaab560456ba19225178fc50c24b9b72c46c9263b940155ebc6d7ca7ca

Contents?: true

Size: 827 Bytes

Versions: 5

Compression:

Stored size: 827 Bytes

Contents

require 'mocha'
require 'builder'

# This file was generated by the `rspec --init` command. Conventionally, all
# specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`.
# Require this file using `require "spec_helper.rb"` to ensure that it is only
# loaded once.
#
# See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
RSpec.configure do |config|
  config.mock_with :mocha
  config.treat_symbols_as_metadata_keys_with_true_values = true
  config.run_all_when_everything_filtered = true
  config.filter_run :focus
end

specdir = File.expand_path(File.join(File.dirname(__FILE__), '..'))
require File.join(specdir, 'lib','git-pivotal-tracker')

require File.join(File.dirname(__FILE__), 'factories')

def stub_connection_to_pivotal
  RestClient::Resource.any_instance.stubs(:get).returns("")
end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
git-pivotal-tracker-centro-1.0.0.rc3 spec/spec_helper.rb
git-pivotal-tracker-centro-1.0.0.rc2 spec/spec_helper.rb
git-pivotal-tracker-centro-1.0.0.rc1 spec/spec_helper.rb
git-pivotal-tracker-0.9.1 spec/spec_helper.rb
git-pivotal-tracker-0.9.0 spec/spec_helper.rb