Sha256: ab6ab35f1414002815ec0e46ee901909ef3728291800beb4fd95aaec7e385981

Contents?: true

Size: 551 Bytes

Versions: 1

Compression:

Stored size: 551 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 'oct'
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
oct-0.1.0 spec/spec_helper.rb