Sha256: 7ed96f5fa084d788ae939bf77932425f7a412596f3e1485c64ad1668f941eeeb
Contents?: true
Size: 454 Bytes
Versions: 1
Compression:
Stored size: 454 Bytes
Contents
require 'test_helper' class CertifiableRoutesTest < ActionController::TestCase test 'map edit user certification' do assert_recognizes({:controller => 'devise/certifications', :action => 'edit'}, {:path => 'users/certification/edit', :method => :get}) end test 'map update user certification' do assert_recognizes({:controller => 'devise/certifications', :action => 'update'}, {:path => 'users/certification', :method => :put}) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
devise_certifiable-0.1.0 | test/routes_test.rb |