Top Level Namespace
Defined Under Namespace
Modules: ErrorMessagesHelper, LayoutHelper, Nifty
Instance Method Summary collapse
Instance Method Details
#test_index ⇒ Object
1 2 3 4 |
# File 'lib/generators/nifty/scaffold/templates/tests/testunit/actions/index.rb', line 1 def test_index get :index assert_template 'index' end |
#test_new ⇒ Object
1 2 3 4 |
# File 'lib/generators/nifty/scaffold/templates/tests/testunit/actions/new.rb', line 1 def test_new get :new assert_template 'new' end |