Sha256: 71e2df43abebdae2a5dca416fdf98e0202a2d875ab0510961e66226308bc4032

Contents?: true

Size: 252 Bytes

Versions: 21

Compression:

Stored size: 252 Bytes

Contents

require "rubygems"

$LOAD_PATH.unshift(File.dirname(__FILE__))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))

require 'bluepill'
require 'spec'
require 'spec/autorun'
require "ruby-debug"

Spec::Runner.configure do |config|
  
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
bluepill-0.0.21 spec/spec_helper.rb
bluepill-0.0.20 spec/spec_helper.rb
bluepill-0.0.19 spec/spec_helper.rb
bluepill-0.0.18 spec/spec_helper.rb
bluepill-0.0.17 spec/spec_helper.rb
bluepill-0.0.16 spec/spec_helper.rb
bluepill-0.0.15 spec/spec_helper.rb
bluepill-0.0.14 spec/spec_helper.rb
bluepill-0.0.13 spec/spec_helper.rb
bluepill-0.0.12 spec/spec_helper.rb
bluepill-0.0.11 spec/spec_helper.rb
bluepill-0.0.10 spec/spec_helper.rb
bluepill-0.0.9 spec/spec_helper.rb
bluepill-0.0.8 spec/spec_helper.rb
bluepill-0.0.7 spec/spec_helper.rb
bluepill-0.0.6 spec/spec_helper.rb
bluepill-0.0.5 spec/spec_helper.rb
bluepill-0.0.4 spec/spec_helper.rb
bluepill-0.0.3 spec/spec_helper.rb
bluepill-0.0.2 spec/spec_helper.rb