7 lines
98 B
Ruby
7 lines
98 B
Ruby
require 'fakefs/spec_helpers'
|
|
require 'penchant'
|
|
|
|
RSpec.configure do |c|
|
|
c.mock_with :mocha
|
|
end
|