Sha256: 81abed082a0c2a07b050869b356747034d36e32a7beef2917c1a49253e13b18a
Contents?: true
Size: 528 Bytes
Versions: 4
Compression:
Stored size: 528 Bytes
Contents
# Load the the environment unless defined? RADIANT_ROOT ENV["RAILS_ENV"] = "test" require "#{File.expand_path(File.dirname(__FILE__) + "/../../../../")}/config/boot" end require "#{RADIANT_ROOT}/test/test_helper" class ActiveSupport::TestCase # Include a helper to make testing Radius tags easier #test_helper :extension_tags # Add the fixture directory to the fixture path self.fixture_path << File.dirname(__FILE__) + "/fixtures" # Add more helper methods to be used by all extension tests here... end
Version data entries
4 entries across 4 versions & 1 rubygems