Sha256: 6146eedfc8ccb7b451b8f995431920c78938d56e4748db2a4d230e26c12f10be
Contents?: true
Size: 246 Bytes
Versions: 1
Compression:
Stored size: 246 Bytes
Contents
require 'ssh/allow' require 'rspec' support_path = File.expand_path(File.dirname(__FILE__) + "/support/**/*.rb") Dir[support_path].each {|f| require f} RSpec.configure do |config| config.mock_with :rspec config.include RuleSetHelpers end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ssh-allow-0.6.0 | spec/spec_helper.rb |