Searched refs:get (Results 1 - 25 of 100) sorted by relevance

1234

/ontohub/spec/routing/admin/
H A Dteams_routing_spec.rb5 should route(:get, '/admin/teams').to(
H A Dusers_routing_spec.rb5 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 Dautocomplete_routing_spec.rb5 should route(:get, "/autocomplete").
H A Ddiffs_routing_spec.rb5 should route(:get, 'repositories/repopath/master/diff').to(
H A Dgraphs_routing_spec.rb5 should route(:get, "/logics/id/graphs").to(
H A Dhistory_routing_spec.rb4 it { should route(:get, 'repositories/repopath/master/history').to(repository_id: 'repopath', controller: :history, action: :show, ref: 'master' ) }
H A Dhome_routing_spec.rb4 it { should route(:get, '/').to(controller: :home, action: :index) }
H A Dkeys_routing_spec.rb4 it { should route(:get, "keys").to(:controller=> :keys, :action => :index) }
H A Dsymbols_routing_spec.rb5 should route(:get, "/repositories/path/ontologies/id/symbols").to(
H A Dsymbols_search_routing_spec.rb5 should route(:get, 'symbols_search').to(
H A Dusers_routing_spec.rb5 should route(:get, '/users/id').to(
H A Daxioms_routing_spec.rb5 should route(:get, "/repositories/path/ontologies/id/axioms").to(
H A Dcomments_routing_spec.rb5 it { should route(:get, "/repositories/repository_id/ontologies/ontology_id/comments").
H A Dlanguage_adjoint_routing_spec.rb5 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 Dlanguage_mappings_routing_spec.rb5 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 Dlogic_adjoint_routing_spec.rb5 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 Drepositories_routing_spec.rb5 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 Dserializations_routing_spec.rb5 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 Dpermissions_routing_spec.rb5 should route(:get, '/teams/my_team/permissions').to(
/ontohub/spec/controllers/
H A Dprojects_controller_spec.rb12 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 Dtasks_controller_spec.rb12 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 Dformality_levels_controller_spec.rb12 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 Dlicense_models_controller_spec.rb12 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 Dontology_search_controller_spec.rb9 get :search
H A Drepository_settings_controller_spec.rb8 before { get :index, repository_id: repository.to_param }

Completed in 11 milliseconds

1234