Sha256: 2957e629ef548929f68a4b872673ea3dddf1081566a38f22f07f896ef52205b2

Contents?: true

Size: 406 Bytes

Versions: 9

Compression:

Stored size: 406 Bytes

Contents

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

require 'rubygems'
require 'rspec'
require 'lib/lock_jar'
require 'stringio'

def mock_terminal
  @input = StringIO.new
  @output = StringIO.new
  $terminal = HighLine.new @input, @output
end

RSpec.configure do |config|
  
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
lock_jar-0.6.1 spec/spec_helper.rb
lock_jar-0.6.0 spec/spec_helper.rb
lock_jar-0.5.6 spec/spec_helper.rb
lock_jar-0.5.5 spec/spec_helper.rb
lock_jar-0.5.4 spec/spec_helper.rb
lock_jar-0.5.3 spec/spec_helper.rb
lock_jar-0.5.2 spec/spec_helper.rb
lock_jar-0.5.1 spec/spec_helper.rb
lock_jar-0.5.0 spec/spec_helper.rb