Sha256: eeb301bb95e0a840d8aeef82064770cb0f2f660eca098ec49569183711341d5d

Contents?: true

Size: 526 Bytes

Versions: 3

Compression:

Stored size: 526 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 Test::Unit::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

3 entries across 3 versions & 1 rubygems

Version Path
radiant-0.6.0 lib/generators/extension/templates/test_helper.rb
radiant-0.6.1 lib/generators/extension/templates/test_helper.rb
radiant-0.6.2 lib/generators/extension/templates/test_helper.rb