guard-jasmine-headless-webkit/spec/spec_helper.rb

17 lines
186 B
Ruby
Raw Normal View History

2011-05-24 01:28:01 +00:00
require 'mocha'
require 'guard'
RSpec.configure do |config|
config.mock_with :mocha
end
module Guard
module UI
class << self
def info(*args)
end
end
end
end