6 lines
76 B
Ruby
6 lines
76 B
Ruby
require 'mocha_standalone'
|
|
|
|
RSpec.configure do |c|
|
|
c.mock_with :mocha
|
|
end
|