added some tests

This commit is contained in:
Xin Zheng 2008-01-22 18:46:41 +00:00
parent 4d06426c2a
commit 986144a49c
3 changed files with 68 additions and 0 deletions

View file

@ -0,0 +1,11 @@
require File.dirname(__FILE__) + '/../spec_helper'
describe ApiHelper do
#Delete this example and add some real ones or delete this file
it "should include the ApiHelper" do
included_modules = self.metaclass.send :included_modules
included_modules.should include(ApiHelper)
end
end