Sha256: deb48e2f17142528aa52f91fa8e65b92b243f17c25ebd02b7ee41f3fec866b97

Contents?: true

Size: 497 Bytes

Versions: 10

Compression:

Stored size: 497 Bytes

Contents

require 'rubygems'

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))

require 'rspec'
require 'hashie'
require 'garterbelt'

# Requires supporting files with custom matchers and macros, etc,
# in ./support/ and its subdirectories.
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f}
Dir["#{File.dirname(__FILE__)}/integration/templates/**/*.rb"].each {|f| require f}

RSpec.configure do |config|
  include PutSpec
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
garterbelt-0.1.1 spec/spec_helper.rb
garterbelt-0.1.0 spec/spec_helper.rb
garterbelt-0.0.9 spec/spec_helper.rb
garterbelt-0.0.8 spec/spec_helper.rb
garterbelt-0.0.7 spec/spec_helper.rb
garterbelt-0.0.6 spec/spec_helper.rb
garterbelt-0.0.5 spec/spec_helper.rb
garterbelt-0.0.4 spec/spec_helper.rb
garterbelt-0.0.3 spec/spec_helper.rb
garterbelt-0.0.2 spec/spec_helper.rb