Controller specs now run.

This commit is contained in:
Mario Visic 2011-11-26 16:10:47 +11:00
parent 1d1137fa36
commit cfd0be5755

View File

@ -1,6 +1,6 @@
require 'spec_helper'
describe Admin::ApiContentsController do
describe Locomotive::ApiContentsController do
before(:each) do
@site = FactoryGirl.create('existing site')
@ -88,4 +88,4 @@ describe Admin::ApiContentsController do
}.merge(options)
end
end
end