Sha256: f3fe6d8f601ac45063b7f1f5f4f570cd3c890dbba379977e441898f2ed43c376

Contents?: true

Size: 185 Bytes

Versions: 23

Compression:

Stored size: 185 Bytes

Contents

require 'spec_helper'

describe Config do

  it "should create a new config object" do
    config = SimpleDeploy::Config.new
    config.class.should == SimpleDeploy::Config
  end

end

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
simple_deploy-0.1.0 spec/config_spec.rb
simple_deploy-0.0.3 spec/config_spec.rb
simple_deploy-0.0.2 spec/config_spec.rb