Sha256: ba047141981807e129888898360892733ef6fd61ab7c8e3811b014d6fc2c6526

Contents?: true

Size: 538 Bytes

Versions: 1

Compression:

Stored size: 538 Bytes

Contents

# $Id$

$LOAD_PATH.unshift File.join(File.dirname(__FILE__), %w[.. ext rubot_aria])
$LOAD_PATH.unshift File.join(File.dirname(__FILE__), %w[.. ext rubot_asimov])
$LOAD_PATH.unshift File.join(File.dirname(__FILE__), %w[.. lib])
require 'rubot'

Spec::Runner.configure do |config|
  # == Mock Framework
  #
  # RSpec uses it's own mocking framework by default. If you prefer to
  # use mocha, flexmock or RR, uncomment the appropriate line:
  #
  # config.mock_with :mocha
  # config.mock_with :flexmock
  # config.mock_with :rr
end

# EOF

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
Peeja-rubot-0.5.0 spec/spec_helper.rb