Sha256: ea3a5e64e05d1c85b7e6b5176570bebdf9a5c967b7a062e664347ddc69d7c0a5

Contents?: true

Size: 412 Bytes

Versions: 1

Compression:

Stored size: 412 Bytes

Contents

require File.expand_path(File.dirname(__FILE__) + '/spec_helper')

describe InterfaceLift do
  it "Should have a version" do
   InterfaceLift::VERSION.should_not be_nil 
  end 
  
  it "Should have a DEFAULT_CATALOG_PATH" do
   InterfaceLift::DEFAULT_CATALOG_PATH.should == "#{ENV["HOME"]}/.interfacelift"
  end
  
  it "Should have an Installer class" do
    InterfaceLift::Installer.should_not be_nil
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
interfacelift-0.1.1 spec/interfacelift_spec.rb