Top Level Namespace

Defined Under Namespace

Modules: ErrorMessagesHelper, LayoutHelper, Zoo

Instance Method Summary collapse

Instance Method Details

#test_indexObject



1
2
3
4
# File 'lib/generators/zoo/scaffold/templates/tests/testunit/actions/index.rb', line 1

def test_index
  get :index
  assert_template 'index'
end

#test_newObject



1
2
3
4
# File 'lib/generators/zoo/scaffold/templates/tests/testunit/actions/new.rb', line 1

def test_new
  get :new
  assert_template 'new'
end