Project

General

Profile

Download (409 Bytes) Statistics
| Branch: | Tag: | Revision:
require 'test_helper'

class SettingTest < ActionDispatch::IntegrationTest

test "index page" do
assert_index_page(settings_path,"Settings",false,true,false)
assert page.has_link?("General", :href => "#General")
assert page.has_link?("Puppet", :href => "#Puppet")
assert page.has_link?("Provisioning", :href => "#Provisioning")
assert page.has_link?("Auth", :href => "#Auth")
end

end
(27-27/34)