# loads and runs all tests for the rxsd project # # Copyright (C) 2010 Mohammed Morsi # Licensed under the AGPLv3+ http://www.gnu.org/licenses/agpl.txt require 'rspec' CURRENT_DIR=File.dirname(__FILE__) $: << File.expand_path(CURRENT_DIR + "/../lib") require 'data_provider' require 'byebug'