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.0.82 test/test_helper.rb
magic_stylez-0.0.0.81 test/test_helper.rb
magic_stylez-0.0.0.80 test/test_helper.rb
magic_stylez-0.0.0.79 test/test_helper.rb
magic_stylez-0.0.0.78 test/test_helper.rb
magic_stylez-0.0.0.77 test/test_helper.rb
magic_stylez-0.0.0.76 test/test_helper.rb
magic_stylez-0.0.0.75 test/test_helper.rb
magic_stylez-0.0.0.74 test/test_helper.rb
magic_stylez-0.0.0.73 test/test_helper.rb
magic_stylez-0.0.0.72 test/test_helper.rb
magic_stylez-0.0.0.71 test/test_helper.rb
magic_stylez-0.0.0.70 test/test_helper.rb
magic_stylez-0.0.0.69 test/test_helper.rb
magic_stylez-0.0.0.68 test/test_helper.rb
magic_stylez-0.0.0.67 test/test_helper.rb
magic_stylez-0.0.0.66 test/test_helper.rb
magic_stylez-0.0.0.65 test/test_helper.rb
magic_stylez-0.0.0.64 test/test_helper.rb
magic_stylez-0.0.0.63 test/test_helper.rb