Sha256: 3ad54b73070d221830cc9e60a5fa8f7e70cbe464b24950f8bdd0e56d4ae66459
Contents?: true
Size: 443 Bytes
Versions: 2
Compression:
Stored size: 443 Bytes
Contents
# -*- encoding : utf-8 -*- require 'test_helper' class Protected::DashboardControllerTest < ActionController::TestCase def setup site = create(:default_site) @request.host = site.host @content = create(:content, site: site) @language = create(:language) @menu = create(:menu_with_items, site: site, amount: 4, language: site.default_language) end test 'test should get index' do get :index assert_response :success end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
odania_core-0.0.8 | test/controllers/protected/odania/dashboard_controller_test.rb |
odania_core-0.0.7 | test/controllers/protected/odania/dashboard_controller_test.rb |