Sha256: 4c5b6e6af1e00b1fa71eb435fcf4d4f738d36cb6b342d8ef6c0a691ba7426093
Contents?: true
Size: 261 Bytes
Versions: 1
Compression:
Stored size: 261 Bytes
Contents
root = File.expand_path('../..', __FILE__) $:<< File.join(root, 'lib') require 'rspec' require 'xommelier' require 'namespaced_module' Dir[File.join(root, 'spec/support/**/*.rb')].each {|f| require f} RSpec.configure do |config| config.mock_with :rspec end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
xommelier-0.0.1 | spec/spec_helper.rb |