/ontohub/spec/routing/admin/ |
H A D | teams_routing_spec.rb | 5 should route(:get, '/admin/teams').to(
|
H A D | users_routing_spec.rb | 5 should route(:get, '/admin/users').to( 15 should route(:get, '/admin/users/new').to( 20 should route(:get, '/admin/users/123/edit').to( 25 should route(:get, '/admin/users/123').to(
|
/ontohub/spec/routing/ |
H A D | autocomplete_routing_spec.rb | 5 should route(:get, "/autocomplete").
|
H A D | diffs_routing_spec.rb | 5 should route(:get, 'repositories/repopath/master/diff').to(
|
H A D | graphs_routing_spec.rb | 5 should route(:get, "/logics/id/graphs").to(
|
H A D | history_routing_spec.rb | 4 it { should route(:get, 'repositories/repopath/master/history').to(repository_id: 'repopath', controller: :history, action: :show, ref: 'master' ) }
|
H A D | home_routing_spec.rb | 4 it { should route(:get, '/').to(controller: :home, action: :index) }
|
H A D | keys_routing_spec.rb | 4 it { should route(:get, "keys").to(:controller=> :keys, :action => :index) }
|
H A D | symbols_routing_spec.rb | 5 should route(:get, "/repositories/path/ontologies/id/symbols").to(
|
H A D | symbols_search_routing_spec.rb | 5 should route(:get, 'symbols_search').to(
|
H A D | users_routing_spec.rb | 5 should route(:get, '/users/id').to(
|
H A D | axioms_routing_spec.rb | 5 should route(:get, "/repositories/path/ontologies/id/axioms").to(
|
H A D | comments_routing_spec.rb | 5 it { should route(:get, "/repositories/repository_id/ontologies/ontology_id/comments").
|
H A D | language_adjoint_routing_spec.rb | 5 should route(:get, '/language_adjoints').to( 15 should route(:get, '/language_adjoints/new').to( 20 should route(:get, '/language_adjoints/123/edit').to( 25 should route(:get, '/language_adjoints/123').to(
|
H A D | language_mappings_routing_spec.rb | 5 should route(:get, '/language_mappings').to( 15 should route(:get, '/language_mappings/new').to( 20 should route(:get, '/language_mappings/123/edit').to( 25 should route(:get, '/language_mappings/123').to(
|
H A D | logic_adjoint_routing_spec.rb | 5 should route(:get, '/logic_adjoints').to( 15 should route(:get, '/logic_adjoints/new').to( 20 should route(:get, '/logic_adjoints/123/edit').to( 25 should route(:get, '/logic_adjoints/123').to(
|
H A D | repositories_routing_spec.rb | 5 should route(:get, "/repositories").to( 15 should route(:get, "/repositories/new").to( 20 should route(:get, "/repositories/my_repo/edit").to( 25 should route(:get, "/repositories/id").to(
|
H A D | serializations_routing_spec.rb | 5 should route(:get, '/serializations').to( 15 should route(:get, '/serializations/new').to( 20 should route(:get, '/serializations/123/edit').to( 25 should route(:get, '/serializations/123').to(
|
/ontohub/spec/routing/teams/ |
H A D | permissions_routing_spec.rb | 5 should route(:get, '/teams/my_team/permissions').to(
|
/ontohub/spec/controllers/ |
H A D | projects_controller_spec.rb | 12 before { get :index } 17 before { get :show, id: project.id } 22 before { get :new } 27 before { get :edit, id: project.to_param } 49 before { get :index } 54 before { get :show, id: project.id } 59 before { get :new } 64 before { get :edit, id: project.to_param }
|
H A D | tasks_controller_spec.rb | 12 before { get :index } 17 before { get :show, id: task.id } 22 before { get :new } 27 before { get :edit, id: task.to_param } 49 before { get :index } 54 before { get :show, id: task.id } 59 before { get :new } 64 before { get :edit, id: task.to_param }
|
H A D | formality_levels_controller_spec.rb | 12 before { get :index } 18 before { get :show, id: formality_level.to_param } 26 before { get :new } 31 before { get :edit, id: formality_level.to_param } 53 before { get :index } 58 before { get :show, id: formality_level.id } 63 before { get :new } 68 before { get :edit, id: formality_level.to_param }
|
H A D | license_models_controller_spec.rb | 12 before { get :index } 18 before { get :show, id: license_model.to_param } 26 before { get :new } 31 before { get :edit, id: license_model.to_param } 53 before { get :index } 58 before { get :show, id: license_model.id } 63 before { get :new } 68 before { get :edit, id: license_model.to_param }
|
H A D | ontology_search_controller_spec.rb | 9 get :search
|
H A D | repository_settings_controller_spec.rb | 8 before { get :index, repository_id: repository.to_param }
|