Sha256: 9b2f9bef2b20d0fd6e7213b8808990e3299cebfb59a413307b76ee64f0b04b98

Contents?: true

Size: 191 Bytes

Versions: 6

Compression:

Stored size: 191 Bytes

Contents

require 'spec_helper'

describe SimpleDeploy do

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

end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
simple_deploy-0.4.5 spec/config_spec.rb
simple_deploy-0.4.5.rc.0 spec/config_spec.rb
simple_deploy-0.4.4 spec/config_spec.rb
simple_deploy-0.4.3 spec/config_spec.rb
simple_deploy-0.4.2 spec/config_spec.rb
simple_deploy-0.4.1 spec/config_spec.rb