Sha256: e67b058fcae7e544f1b6229b96fa4a6c802ffdb039c5aced14730b9e69bdb9be
Contents?: true
Size: 276 Bytes
Versions: 8
Compression:
Stored size: 276 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/spec_helper') module Gritano describe "Config" do it "should have a ssh configuration" do config = YAML::load(File.open(File.join('.gritano', 'config.yml'))) config['ssh'].should be_false end end end
Version data entries
8 entries across 8 versions & 1 rubygems