Sha256: 14902f37c5ab408c2892fa412ba4e361ab91085b78cb68b619832b8e16e01fc7
Contents?: true
Size: 492 Bytes
Versions: 3
Compression:
Stored size: 492 Bytes
Contents
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) $LOAD_PATH.unshift(File.dirname(__FILE__)) require 'rspec' require "webmock" require "hashie" require "tracker_api" require 'jira-ruby' require 'git-storyid' # Requires supporting files with custom matchers and macros, etc, # in ./support/ and its subdirectories. Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f} WebMock.disable_net_connect! RSpec.configure do |config| config.mock_with :mocha end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
git-storyid-0.5.2 | spec/spec_helper.rb |
git-storyid-0.5.1 | spec/spec_helper.rb |
git-storyid-0.5.0 | spec/spec_helper.rb |