4 lines
58 B
Ruby
4 lines
58 B
Ruby
|
RSpec.configure do |config|
|
||
|
config.mock_with :mocha
|
||
|
end
|