Sha256: ac6feb569693dd1909822713416607abe27a61e5cbf003b8815b0b401b678db1
Contents?: true
Size: 279 Bytes
Versions: 4
Compression:
Stored size: 279 Bytes
Contents
dir = File.dirname(__FILE__) app_path = File.expand_path("#{dir}/../lib") $LOAD_PATH.unshift app_path unless $LOAD_PATH.include?(app_path) require 'test/unit' require 'rubygems' require 'rspec' require 'net/http' require 'rally_rest_api' class RallyRestAPI def user; end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
rally_rest_api-1.1.0 | spec/test_helper.rb |
rally_rest_api-1.0.6 | spec/test_helper.rb |
rally_rest_api-1.0.5 | spec/test_helper.rb |
rally_rest_api-1.0.4 | spec/test_helper.rb |