Sha256: afe860c62948381dd978abaffd56ec84f763b4707ea2cbd1a9be8125cae25a61

Contents?: true

Size: 386 Bytes

Versions: 2

Compression:

Stored size: 386 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 an Installer class" do
    InterfaceLift::Installer.should_not be_nil
  end
  
  it "Should have an Theme_manager class" do
    InterfaceLift::ThemeManager.should_not be_nil    
  end  
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
interfacelift-0.0.1 spec/interfacelift_spec.rb
interfacelift-0.0.0 spec/interfacelift_spec.rb