Sha256: 854bad9f938c8aba7c3722722f8795a4c69cff0b7404601c269e170a4ff8360e
Contents?: true
Size: 438 Bytes
Versions: 3
Compression:
Stored size: 438 Bytes
Contents
# loads and runs all tests for the rxsd project # # Copyright (C) 2010 Mohammed Morsi <movitto@yahoo.com> # Licensed under the AGPLv3+ http://www.gnu.org/licenses/agpl.txt require 'rspec' require 'logger' begin require 'byebug' rescue LoadError => e Logger.new(STDOUT).warn("Could not load byebug, continuing without it") end CURRENT_DIR=File.dirname(__FILE__) $: << File.expand_path(CURRENT_DIR + "/../lib") require 'xsd_reader'
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
xsd-reader-0.4.0 | spec/spec_helper.rb |
xsd-reader-0.3.0 | spec/spec_helper.rb |
xsd-reader-0.2.0 | spec/spec_helper.rb |