spec/spec_helper.rb in cfoundry-0.5.0 vs spec/spec_helper.rb in cfoundry-0.5.1.rc1
- old
+ new
@@ -2,15 +2,16 @@
require "rspec"
require "cfoundry"
require "webmock/rspec"
require "ostruct"
+require "timecop"
Dir[File.expand_path('../{support,fakes}/**/*.rb', __FILE__)].each do |file|
require file
end
RSpec.configure do |c|
c.include Fake::FakeMethods
c.include V1Fake::FakeMethods
c.mock_with :rr
-end
\ No newline at end of file
+end