Sha256: 04ab769e21aff737e265167ff9c75ccd3e59aec6c6f69223e1a59d15fc349b53

Contents?: true

Size: 554 Bytes

Versions: 1

Compression:

Stored size: 554 Bytes

Contents

$LOAD_PATH.unshift File.expand_path('..', __FILE__) unless
  $LOAD_PATH.include? File.expand_path('..', __FILE__)
$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__) unless
  $LOAD_PATH.include? File.expand_path('../../lib', __FILE__)

require 'rubygems'
require 'revenc'
require 'spec'
require 'spec/autorun'
require 'aruba/api'

# aruba helper, returns full path to files in the aruba tmp folder
def fullpath(filename)
  File.expand_path(File.join(current_dir, filename))
end

Spec::Runner.configure do |config|
   config.include Aruba::Api
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
revenc-0.1.3 spec/spec_helper.rb