added some tests
This commit is contained in:
parent
4d06426c2a
commit
986144a49c
3 changed files with 68 additions and 0 deletions
11
spec/helpers/api_helper_spec.rb
Normal file
11
spec/helpers/api_helper_spec.rb
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue