Sha256: ad1f7ddef49a5b15f025f2f1637dee8c10d76eedddf9bcced9230d0083b7e425
Contents?: true
Size: 315 Bytes
Versions: 4
Compression:
Stored size: 315 Bytes
Contents
# Sets the environment variable to test before loading all the files. ENV['RACK_ENV'] = 'test' require 'rack/test' require 'mocha/api' require 'aquarium' require 'moped' module RSpec configure do |configuration| # Configuration rspec to use mocha as mocking API. configuration.mock_with :mocha end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
kharon-0.2.0 | spec/spec_helper.rb |
kharon-0.1.0 | spec/spec_helper.rb |
kharon-0.0.3 | spec/spec_helper.rb |
kharon-0.0.2 | spec/spec_helper.rb |