Sha256: aefd4260c785d04335415d9b078a57b948cd406e5e3f8d71c71b9107526dd086

Contents?: true

Size: 326 Bytes

Versions: 13

Compression:

Stored size: 326 Bytes

Contents

require 'rubygems'
require 'test/unit'
gem 'shoulda', '~> 2.10.2'
require 'shoulda'
gem 'mocha', '~> 0.9.7'
require 'mocha'

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'rack-xslview'

class Test::Unit::TestCase
end

TEST_ROOT = File.dirname(__FILE__)

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
rack-xslview-0.2.6 test/test_helper.rb
rack-xslview-0.2.5 test/test_helper.rb
rack-xslview-0.2.4 test/test_helper.rb
rack-xslview-0.2.3 test/test_helper.rb
rack-xslview-0.2.2 test/test_helper.rb
rack-xslview-0.2.1 test/test_helper.rb
rack-xslview-0.2.0 test/test_helper.rb
rack-xslview-0.1.3 test/test_helper.rb
rack-xslview-0.1.2 test/test_helper.rb
rack-xslview-0.1.1 test/test_helper.rb
rack-xslview-0.1.0 test/test_helper.rb
rack-xslview-0.0.2 test/test_helper.rb
rack-xslview-0.0.1 test/test_helper.rb