8 lines
92 B
Ruby
8 lines
92 B
Ruby
|
require 'mocha'
|
||
|
require 'rack-livereload'
|
||
|
|
||
|
RSpec.configure do |c|
|
||
|
c.mock_with :mocha
|
||
|
end
|
||
|
|