7 lines
94 B
Ruby
7 lines
94 B
Ruby
|
require 'flowerbox-delivery'
|
||
|
require 'mocha'
|
||
|
|
||
|
RSpec.configure do |c|
|
||
|
c.mock_with :mocha
|
||
|
end
|