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

21 lines
283 B
Ruby
Raw Permalink Normal View History

2011-05-24 01:28:01 +00:00
require 'mocha'
require 'guard'
2011-10-11 19:30:39 +00:00
require 'guard/jasmine-headless-webkit'
require 'fakefs/spec_helpers'
2011-05-24 01:28:01 +00:00
RSpec.configure do |config|
config.mock_with :mocha
end
ENV['GUARD_ENV'] = 'test'
2011-05-24 01:28:01 +00:00
module Guard
module UI
class << self
def info(*args)
end
end
end
end