view vendor/plugins/redmine_checkout/spec/sanity_spec.rb @ 426:8a8b7a042b9a feature_36

more information in the publication's show view
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Fri, 27 May 2011 17:05:13 +0100
parents 020926a36823
children
line wrap: on
line source
require File.dirname(__FILE__) + '/spec_helper'
 
describe Class do
  it "should be a class of Class" do
    Class.class.should eql(Class)
  end
  
  it "should be awesome" do
    Checkout.awesome?.should be_true
  end
end