Sha256: 31f4bf6b057045f9efafcaa73c27faf232a4551ef96fe87b82758abddf65525c

Contents?: true

Size: 826 Bytes

Versions: 4

Compression:

Stored size: 826 Bytes

Contents

$LOAD_PATH.unshift File.expand_path('..', __FILE__) unless
  $LOAD_PATH.include? File.expand_path('..', __FILE__)
$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__) unless
  $LOAD_PATH.include? File.expand_path('../../lib', __FILE__)

# use development version of win32/autogui
# remove these lines in production code
$LOAD_PATH.unshift File.expand_path('../../../../lib', __FILE__) unless
  $LOAD_PATH.include? File.expand_path('../../../../lib', __FILE__)

require 'rubygems'
require 'win32/autogui'
require 'quicknote'
require 'rspec/core'
require 'aruba/api'
require 'aruba_helper'

RSpec.configure do |config|
  config.include Aruba::Api
  config.filter_run :focus => true
  config.run_all_when_everything_filtered = true
  config.treat_symbols_as_metadata_keys_with_true_values = true
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
win32-autogui-0.5.3 examples/quicknote/spec/spec_helper.rb
win32-autogui-0.5.2 examples/quicknote/spec/spec_helper.rb
win32-autogui-0.5.1 examples/quicknote/spec/spec_helper.rb
win32-autogui-0.5.0 examples/quicknote/spec/spec_helper.rb