Sha256: 204d7cffcd0ee66c49b7c42fef962cc0e9ef80eff790a4309b1c9eed73c0704d
Contents?: true
Size: 166 Bytes
Versions: 2
Compression:
Stored size: 166 Bytes
Contents
require 'test_helper' class LanguagesControllerTest < ActionController::TestCase test "should get index" do get :index assert_response :success end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
i18n_form_helper-0.0.2 | test/dummy/test/functional/languages_controller_test.rb |
i18n_form_helper-0.0.1 | test/dummy/test/functional/languages_controller_test.rb |