Sha256: 6c71af2de8b147d8088ea546878d52d4639993d8a5bf2eed3ea30e0b8f629a4e
Contents?: true
Size: 412 Bytes
Versions: 1
Compression:
Stored size: 412 Bytes
Contents
class CountriesControllerTest < ActionController::TestCase # test "should get index" do # get :index # assert_response :success # assert_not_nil assigns(:countries) # end # test "should get show" do # # denmark = Country.find_by_name('Denmark') # get :show, id: denmark.id # # raise denmark.inspect # # assert_response :success # # assert_not_nil assigns(:country) # end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fixed_model-0.0.1 | test/integration/navigation_test.rb |