Sha256: 93622dba6bd5da2727b0c9eaf480599868b106f65471ee1fbcce16b53f69009a
Contents?: true
Size: 829 Bytes
Versions: 1
Compression:
Stored size: 829 Bytes
Contents
require 'rubygems' require 'simplecov' require File.join(File.dirname(__FILE__), '..', 'lib/ruby_xymon') SimpleCov.start RSpec.configure do |config| # == Mock Framework # # If you prefer to use mocha, flexmock or RR, uncomment the appropriate line: # # config.mock_with :mocha # config.mock_with :flexmock # config.mock_with :rr config.mock_with :rspec # Remove this line if you're not using ActiveRecord or ActiveRecord fixtures # config.fixture_path = "#{::Rails.root}/spec/fixtures" # If you're not using ActiveRecord, or you'd prefer not to run each of your # examples within a transaction, remove the following line or assign false # instead of true. # config.use_transactional_fixtures = true # config.fixture_path = File.expand_path(File.join(File.dirname(__FILE__), 'fixtures')) end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ruby_xymon-0.0.2 | spec/spec_helper.rb |