Mercurial > hg > soundsoftware-site
comparison plugins/redmine_checkout/spec/sanity_spec.rb @ 1484:51364c0cd58f redmine-2.4-integration
Merge from live branch. Still need to merge manually in files overridden by plugins.
author | Chris Cannam |
---|---|
date | Wed, 15 Jan 2014 09:59:14 +0000 |
parents | b4b72f1eb644 |
children |
comparison
equal
deleted
inserted
replaced
1464:261b3d9a4903 | 1484:51364c0cd58f |
---|---|
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 |