Sha256: 0581c98e39b62d8b9793faba08051b418b129c5887ffcf9aa87e3be6e98bc91f
Contents?: true
Size: 308 Bytes
Versions: 2
Compression:
Stored size: 308 Bytes
Contents
#!/usr/bin/env ruby ENV['OATS_TESTS'] ||= File.expand_path(File.dirname(File.dirname(__FILE__))) oats_lib = File.expand_path('../oats/lib', ENV['OATS_TESTS']) if File.directory?(oats_lib) and false $:.unshift(oats_lib) else require 'rubygems' unless defined? Gem gem 'oats' end require 'oats' Oats.run
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
oats-0.1.4 | oats_tests/bin/oats.rb |
oats-0.1.1 | oats_tests/bin/oats.rb |