Sha256: 7f9de8df84c0473b75fe05dec896c405d42ddf6f10c4c53478695b2dce642f25

Contents?: true

Size: 423 Bytes

Versions: 13

Compression:

Stored size: 423 Bytes

Contents

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'simplecov'
SimpleCov.start do
  add_filter "/spec"
end
require 'rspec'
require 'ruby_apk'


# Requires supporting files with custom matchers and macros, etc,
# in ./support/ and its subdirectories.
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f}

RSpec.configure do |config|
  
end

Version data entries

13 entries across 13 versions & 3 rubygems

Version Path
ruby_android_apk-0.7.7.1 spec/spec_helper.rb
ruby_android-0.7.7 spec/spec_helper.rb
ruby_android-0.7.6 spec/spec_helper.rb
ruby_android-0.7.5 spec/spec_helper.rb
ruby_android-0.7.3 spec/spec_helper.rb
ruby_apk-0.7.1 spec/spec_helper.rb
ruby_apk-0.7.0 spec/spec_helper.rb
ruby_apk-0.6.0 spec/spec_helper.rb
ruby_apk-0.5.1 spec/spec_helper.rb
ruby_apk-0.5.0 spec/spec_helper.rb
ruby_apk-0.4.2 spec/spec_helper.rb
ruby_apk-0.4.1 spec/spec_helper.rb
ruby_apk-0.4.0 spec/spec_helper.rb