flowerbox/spec/spec_helper.rb

12 lines
153 B
Ruby
Raw Normal View History

2012-03-21 16:21:00 +00:00
require 'simplecov'
SimpleCov.start
require 'mocha'
require 'fakefs/spec_helpers'
2012-03-21 16:21:00 +00:00
require 'flowerbox'
RSpec.configure do |c|
c.mock_with :mocha
end