Sha256: 15268ed8f4126ff4e8f527c83fec8d7955e5500ca619ecf27270a6efde08b4b0
Contents?: true
Size: 280 Bytes
Versions: 6
Compression:
Stored size: 280 Bytes
Contents
require 'rspec' if RUBY_VERSION < '1.9' require 'rspec/autorun' else require 'simplecov' if defined?( GATHER_RSPEC_COVERAGE ) SimpleCov.start do add_filter "/spec/" end end end require File.expand_path( File.dirname(__FILE__) + '/../lib/remote/session' )
Version data entries
6 entries across 6 versions & 1 rubygems