Sha256: c93a179e3762a5acfae075ae1aef3bfc39d08505262c510ab850b96791902d92
Contents?: true
Size: 179 Bytes
Versions: 1
Compression:
Stored size: 179 Bytes
Contents
require 'test_helper' class WelcomeControllerTest < ActionController::TestCase test 'index is rendered successfully' do get :index assert_response :success end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
normality-1.0.0 | test/controllers/welcome_controller_test.rb |