Mercurial > hg > soundsoftware-site
comparison vendor/plugins/redmine_checkout/spec/sanity_spec.rb @ 16:020926a36823 yuya
* Add redmine-checkout plugin (as of svn rev 179 of the plugin)
author | Chris Cannam |
---|---|
date | Wed, 25 Aug 2010 16:39:01 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
15:9c6c72729d91 | 16:020926a36823 |
---|---|
1 require File.dirname(__FILE__) + '/spec_helper' | |
2 | |
3 describe Class do | |
4 it "should be a class of Class" do | |
5 Class.class.should eql(Class) | |
6 end | |
7 | |
8 it "should be awesome" do | |
9 Checkout.awesome?.should be_true | |
10 end | |
11 end |