Sha256: 59f7a821148c592a6d4bb9b0cfcf4424393dc9a44c1d7f703296aabee3b5a3ff

Contents?: true

Size: 317 Bytes

Versions: 2

Compression:

Stored size: 317 Bytes

Contents

$LOAD_PATH.unshift File.expand_path("../../lib", __FILE__)

require 'rspec'
require 'mocha'
require 'mustang'

RSpec.configure do |config|
  config.mock_with :mocha
end

def debug
  require 'ruby-debug'
  debugger
end

def setup_context
  let(:cxt) { V8::Context.new }
  before { cxt.enter }
  after { cxt.exit }
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mustang-0.1.1 spec/spec_helper.rb
mustang-0.1.0 spec/spec_helper.rb