spec/spec_helper.rb in nfg-client-1.0.0 vs spec/spec_helper.rb in nfg-client-1.0.1

- old
+ new

@@ -1,6 +1,14 @@ require 'simplecov' +require 'mocha/api' +require 'andand' + +require 'nfg-client' + SimpleCov.start + +# load all of the files in the support folder +Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f} # This file was generated by the `rspec --init` command. Conventionally, all # specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`. # Require this file using `require "spec_helper"` to ensure that it is only # loaded once.