5 lines
49 B
Ruby
5 lines
49 B
Ruby
|
RSpec.configure do |c|
|
||
|
c.mock_with :mocha
|
||
|
end
|
||
|
|