Sha256: 624c905a73ee3abba54db5d1f64c54a664c1ed3856aadd6ba6acd386071bbcdb

Contents?: true

Size: 314 Bytes

Versions: 1

Compression:

Stored size: 314 Bytes

Contents

$:.unshift File.expand_path('..', __FILE__)
$:.unshift File.expand_path('../../lib', __FILE__)

require 'nav'
require 'minitest/autorun'
require 'rr'

begin
  require 'action_view'
rescue LoadError
  STDERR.puts "Unable to run Nav tests."
end


class MiniTest::Unit::TestCase
  include RR::Adapters::TestUnit

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
nav-0.9.0 test/test_helper.rb