Sha256: f264f0e50dd33707f08b712a60450b84c1001d347663863f2dda1077d65376a8
Contents?: true
Size: 295 Bytes
Versions: 5
Compression:
Stored size: 295 Bytes
Contents
ENV["RAILS_ENV"] = "test" ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile", __FILE__) $LOAD_PATH.unshift File.expand_path('../../lib', __FILE__) $LOAD_PATH.unshift File.expand_path('..', __FILE__) require 'rubygems' require 'bundler/setup' require 'qwirk' require 'minitest/autorun'
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
qwirk-0.2.4 | test/test_helper.rb |
qwirk-0.2.3 | test/test_helper.rb |
qwirk-0.2.2 | test/test_helper.rb |
qwirk-0.2.1 | test/test_helper.rb |
qwirk-0.2.0 | test/test_helper.rb |