Sha256: 9c8f46882fbddf0ac9bb85dd7f2f4dcb69752e6be6e4e94685bfee7eca63a010
Contents?: true
Size: 704 Bytes
Versions: 2
Compression:
Stored size: 704 Bytes
Contents
require "simplecov" SimpleCov.add_filter "spec" SimpleCov.add_filter "config" SimpleCov.command_name "MiniTest" SimpleCov.start ENV["RAILS_ENV"] = "test" require File.expand_path('../../config/environment', __FILE__) require "minitest/autorun" require "minitest/rails" # Uncomment if you want Capybara in accceptance/integration tests # require "minitest/rails/capybara" # Uncomment if you want awesome colorful output require "minitest/pride" class MiniTest::Rails::ActiveSupport::TestCase # Setup all fixtures in test/fixtures/*.(yml|csv) for all tests in alphabetical order. # fixtures :all # Add more helper methods to be used by all tests here... end MiniTest::Rails.override_testunit!
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
thincloud-test-0.1.1 | lib/generators/thincloud/test/templates/spec_helper.rb |
thincloud-test-0.1.0 | lib/generators/thincloud/test/templates/spec_helper.rb |