Sha256: 9dc68a14fc80ab0cbb55e82f52c47797fb88447a13babc1de4173b372bf2b1af
Contents?: true
Size: 396 Bytes
Versions: 2
Compression:
Stored size: 396 Bytes
Contents
require "rspec" require "fileutils" require "tempfile" require File.expand_path(File.join(File.dirname(__FILE__), %w[.. lib sshp])) require File.expand_path(File.join(File.dirname(__FILE__), %w[.. lib sshp version])) require File.expand_path(File.join(File.dirname(__FILE__), %w[.. lib sshp alias])) RSpec.configure do |config| config.color_enabled = true config.formatter = "progress" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sshp-0.0.2 | spec/spec_helper.rb |
sshp-0.0.1 | spec/spec_helper.rb |