Searched refs:change (Results 1 - 14 of 14) sorted by relevance

/ontohub/db/migrate/
H A D20150715081850_add_finished_attribute_to_axiom_selections.rb2 def change method in class:AddFinishedAttributeToAxiomSelections
H A D20151022144003_add_index_on_sine_commonness.rb2 def change method in class:AddIndexOnSineCommonness
H A D20150805104332_add_provable_to_theorems.rb2 def change method in class:AddProvableToTheorems
H A D20150715081860_create_sine_axiom_selections.rb2 def change method in class:CreateSineAxiomSelections
H A D20150807083608_add_hets_instance_load_balancing_attributes.rb2 def change method in class:AddHetsInstanceLoadBalancingAttributes
H A D20150715081880_create_sine_symbol_commonnesses.rb2 def change method in class:CreateSineSymbolCommonnesses
H A D20150715081870_create_sine_symbol_axiom_triggers.rb2 def change method in class:CreateSineSymbolAxiomTriggers
/ontohub/spec/lib/
H A Dtimeout_worker_spec.rb53 to_not change(ontology_version, :state)
58 to_not change(ontology, :state)
68 to_not change(ontology_version, :state)
73 to_not change(ontology, :state)
/ontohub/spec/models/repository/
H A Dgit_spec.rb19 to change { OntologyParsingWorker.jobs.size }.from(0).to(2)
H A Dsave_and_delete_file_spec.rb106 to change { OntologyParsingWorker.jobs.count }.by(1)
/ontohub/features/step_definitions/
H A Dontology_state_steps.rb21 When(/^we change the state of the ontology to: (\w+)$/) do |state|
26 Then(/^the page should change the state on its own$/) do
H A Dadmin_steps.rb23 When(/^I change the name of the user$/) do
38 When(/^I change the email adress of the user$/) do
/ontohub/app/assets/javascripts/
H A Dontology_search.js41 $("select").change(function(e) {
/ontohub/spec/models/
H A Drepository_directory_spec.rb36 expect { save_operation }.to change { Commit.all.length }.by(1)

Completed in 127 milliseconds