Sha256: 894dc4f40d8e7c625df2321fdb41ee35423228f0493c24520d107acef0c489fc
Contents?: true
Size: 263 Bytes
Versions: 6
Compression:
Stored size: 263 Bytes
Contents
require 'minitest/autorun' begin require 'action_view' require 'rr' rescue LoadError STDERR.puts "Unable to run Nav tests." else require File.dirname(__FILE__) + "/../lib/nav" end class MiniTest::Unit::TestCase include RR::Adapters::TestUnit end
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
nav-0.6.0 | test/test_helper.rb |
nav-0.5.0 | test/test_helper.rb |
nav-0.4.1 | test/test_helper.rb |
nav-0.3.2 | test/test_helper.rb |
nav-0.2.0 | test/test_helper.rb |
nav-0.1.0 | test/test_helper.rb |