Sha256: 9f42ce818f198b8f57d2218688fa760c9fe148a9e3e277cad4907a4aaaa664bd

Contents?: true

Size: 1.19 KB

Versions: 1

Compression:

Stored size: 1.19 KB

Contents

##################################################################
#                  Licensing Information                         #
#                                                                #
#  The following code is licensed, as standalone code, under     #
#  the Ruby License, unless otherwise directed within the code.  #
#                                                                #
#  For information on the license of this code when distributed  #
#  with and used in conjunction with the other modules in the    #
#  Amp project, please see the root-level LICENSE file.          #
#                                                                #
#  © Michael J. Edgar and Ari Brown, 2009-2010                   #
#                                                                #
##################################################################

$LOAD_PATH.unshift(File.dirname(__FILE__))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
require 'rubygems'
require 'amp-front'
require 'amp-core'
require 'amp-git'
require 'spec'
require 'spec/autorun'
require 'construct'

Amp::Plugins::Core.new.load!
Amp::Plugins::Git.new.load!
Spec::Runner.configure do |config|
  
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
amp-git-0.1.0 spec/spec_helper.rb