Sha256: 3cfbb0e3411c1b36207c4cc19ed7f8162a15ab265acde76231b2b336f4af1d1e

Contents?: true

Size: 532 Bytes

Versions: 11

Compression:

Stored size: 532 Bytes

Contents

require 'simplecov'
SimpleCov.start

require 'coveralls'
Coveralls.wear!

ENV["RAILS_ENV"] = "test"

require File.expand_path("../webify_ruby_rails/config/environment.rb",  __FILE__)
require "rails/test_help"

Rails.backtrace_cleaner.remove_silencers!

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

if ActiveSupport::TestCase.method_defined?(:fixture_path=)
  ActiveSupport::TestCase.fixture_path = File.expand_path("../fixtures", __FILE__)
end

PATH = File.expand_path("../webify_ruby_rails/",  __FILE__)

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
webify_ruby-0.1.3 test/test_helper.rb
webify_ruby-0.1.2 test/test_helper.rb
webify_ruby-0.1.1 test/test_helper.rb
webify_ruby-0.1.0 test/test_helper.rb
webify_ruby-0.0.8 test/test_helper.rb
webify_ruby-0.0.7 test/test_helper.rb
webify_ruby-0.0.6 test/test_helper.rb
webify_ruby-0.0.5 test/test_helper.rb
webify_ruby-0.0.4 test/test_helper.rb
webify_ruby-0.0.3 test/test_helper.rb
webify_ruby-0.0.2 test/test_helper.rb