Sha256: 85ec290d3920f9a603ff8958057d40f532ba3d375c0226bdce6caec07904014b

Contents?: true

Size: 295 Bytes

Versions: 6

Compression:

Stored size: 295 Bytes

Contents

require 'rubygems'
require 'bundler'

ENV['RAILS_ENV'] = 'test'
require "dummy/config/environment"

require "rails/test_help"

require 'test/unit'
require 'shoulda'

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'wiselinks'

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
wiselinks-0.3.6 test/helper.rb
wiselinks-0.3.5 test/helper.rb
wiselinks-0.3.4 test/helper.rb
wiselinks-0.3.3 test/helper.rb
wiselinks-0.3.2 test/helper.rb
wiselinks-0.3.0 test/helper.rb