Sha256: 5ca870a6c5069fb7fe46f70ffdee567dc1a343375895666ebef637c420243fa0
Contents?: true
Size: 398 Bytes
Versions: 5
Compression:
Stored size: 398 Bytes
Contents
# :nodoc require "hydra-pbcore" require "debugger" require "equivalent-xml" RSpec.configure do |config| # == Mock Framework # Note: we're not mocking... yet. # config.mock_with :mocha # config.mock_with :flexmock # config.mock_with :rr #config.mock_with :rspec config.color = true end def fixture(file) #:nodoc File.new(File.join(File.dirname(__FILE__), 'fixtures', file)) end
Version data entries
5 entries across 5 versions & 1 rubygems