Sha256: e42edae19fab944bff66ec211fa9665ead0d603a8e86a5e71752877bea80dfb3

Contents?: true

Size: 551 Bytes

Versions: 95

Compression:

Stored size: 551 Bytes

Contents

# Configure Rails Environment
ENV["RAILS_ENV"] = "test"

require File.expand_path("../dummy/config/environment.rb",  __FILE__)

require 'test/unit'

require 'sass'
require 'lib/bootstrap-sass/sass_functions'

require "rails/test_help"

Rails.backtrace_cleaner.remove_silencers!

# Load support files
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }

# Load fixtures from the engine
if ActiveSupport::TestCase.method_defined?(:fixture_path=)
  ActiveSupport::TestCase.fixture_path = File.expand_path("../fixtures", __FILE__)
end

Version data entries

95 entries across 95 versions & 1 rubygems

Version Path
magic_stylez-0.0.330 test/test_helper.rb
magic_stylez-0.1.1 test/test_helper.rb
magic_stylez-0.1.0 test/test_helper.rb
magic_stylez-0.0.0.99 test/test_helper.rb
magic_stylez-0.0.0.98 test/test_helper.rb
magic_stylez-0.0.0.97 test/test_helper.rb
magic_stylez-0.0.0.96 test/test_helper.rb
magic_stylez-0.0.0.95 test/test_helper.rb
magic_stylez-0.0.0.94 test/test_helper.rb
magic_stylez-0.0.0.93 test/test_helper.rb
magic_stylez-0.0.0.92 test/test_helper.rb
magic_stylez-0.0.0.91 test/test_helper.rb
magic_stylez-0.0.0.90 test/test_helper.rb
magic_stylez-0.0.0.89 test/test_helper.rb
magic_stylez-0.0.0.88 test/test_helper.rb
magic_stylez-0.0.0.87 test/test_helper.rb
magic_stylez-0.0.0.86 test/test_helper.rb
magic_stylez-0.0.0.85 test/test_helper.rb
magic_stylez-0.0.0.84 test/test_helper.rb
magic_stylez-0.0.0.83 test/test_helper.rb