Sha256: 2a49fcbff52f9bb7a50b2d574f8ef1dfa33e6ef6290563edd22f760b67b78f8e

Contents?: true

Size: 436 Bytes

Versions: 35

Compression:

Stored size: 436 Bytes

Contents

require 'rubygems'
require 'bundler'
begin
  Bundler.setup(:default, :development)
rescue Bundler::BundlerError => e
  $stderr.puts e.message
  $stderr.puts "Run `bundle install` to install missing gems"
  exit e.status_code
end
require 'test/unit'
require 'shoulda'

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

class Test::Unit::TestCase
end

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
pwnstyles_rails-0.1.21 test/helper.rb
pwnstyles_rails-0.1.20 test/helper.rb
pwnstyles_rails-0.1.19 test/helper.rb
pwnstyles_rails-0.1.18 test/helper.rb
pwnstyles_rails-0.1.17 test/helper.rb
pwnstyles_rails-0.1.16 test/helper.rb
pwnstyles_rails-0.1.15 test/helper.rb
pwnstyles_rails-0.1.14 test/helper.rb
pwnstyles_rails-0.1.13 test/helper.rb
pwnstyles_rails-0.1.12 test/helper.rb
pwnstyles_rails-0.1.11 test/helper.rb
pwnstyles_rails-0.1.10 test/helper.rb
pwnstyles_rails-0.1.9 test/helper.rb
pwnstyles_rails-0.1.8 test/helper.rb
pwnstyles_rails-0.1.7 test/helper.rb
pwnstyles_rails-0.1.6 test/helper.rb
pwnstyles_rails-0.1.5 test/helper.rb
pwnstyles_rails-0.1.4 test/helper.rb
pwnstyles_rails-0.1.3 test/helper.rb
pwnstyles_rails-0.1.2 test/helper.rb