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