Sha256: 83744de32dbeb26bae7f3d9da14b3bfcd15a4be1602dc3d5ed32d1e6e1ccd3c6
Contents?: true
Size: 207 Bytes
Versions: 2
Compression:
Stored size: 207 Bytes
Contents
require "test_helper" class ControllerTest < ActionController::TestCase tests SongsController # TODO: test url stuff in Song#show. it do get :index response.body.must_equal "happy" end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cells-4.0.0.rc1 | test/rails4.2/test/integration/controller_test.rb |
cells-4.0.0.beta6 | test/rails4.2/test/integration/controller_test.rb |