History log of /ontohub/spec/controllers/ontology_versions_controller_spec.rb
Revision Date Author Comments Expand
db149239590d2a39d399f12cd01609b190ea4763 05-May-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Replace be_nil, be_false, be_true by be(*).

files_controller_spec.rb language_adjoint_controller_spec.rb language_mappings_controller_spec.rb logic_adjoint_controller_spec.rb logic_mappings_controller_spec.rb ontology_versions_controller_spec.rb proofs_controller_spec.rb serializations_controller_spec.rb /ontohub/spec/lib/concurrency_balancer_spec.rb /ontohub/spec/lib/proof_spec.rb /ontohub/spec/lib/repository/diff_spec.rb /ontohub/spec/lib/repository/files_spec.rb /ontohub/spec/lib/repository/history_spec.rb /ontohub/spec/lib/repository/import/git_spec.rb /ontohub/spec/lib/tarjan_spec.rb /ontohub/spec/models/hets_instance_spec.rb /ontohub/spec/models/mapping_spec.rb /ontohub/spec/models/ontology_spec.rb /ontohub/spec/models/ontology_version_spec.rb /ontohub/spec/models/repository/save_file_spec.rb /ontohub/spec/models/repository/symlink_spec.rb /ontohub/spec/models/repository_spec.rb /ontohub/spec/models/sentence_spec.rb /ontohub/spec/models/symbol_mapping_spec.rb /ontohub/spec/models/symbol_spec.rb /ontohub/spec/models/translated_sentence_spec.rb /ontohub/spec/models/url_map_spec.rb /ontohub/spec/models/user_spec.rb
2c1dbf90012c7a49dcf89cebe3edd742f0af1b82 25-Mar-2015 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

Use new parse_ontology method.

10be32b36246121321399ec3ab26d4d723d550e3 10-Mar-2015 Tim Reddehase <robustus@rightsrestricted.com>

mv ontology-version api handling to api namespace This will actually support a show on ontology-versions via json.

18421be06885b4755f69e0f2f0c8a31dee120d89 09-Mar-2015 Tim Reddehase <robustus@rightsrestricted.com>

add json validation spec to ontology version.

8855a26fb8a7c3743d2ae2cb817e21fb23b674c4 20-Oct-2014 Tim Reddehase <robustus@rightsrestricted.com>

use a specific hets-out path for the fixtures.

861511943e4cb3cb8713579dcd1fd9940c50464a 20-Oct-2014 Tim Reddehase <robustus@rightsrestricted.com>

fix ontology-versions controller-spec for hets-api.

bcae9936fbe8df247d3fde69c268ce54aa5dcccf 21-Aug-2014 Tim Reddehase <robustus@rightsrestricted.com>

fix the ontology-version controller spec Now we actually check for assignments of child-versions.

5171ffb18548dc5bdd81cabea92e9f35beeb737a 16-Jul-2014 Tim Reddehase <robustus@rightsrestricted.com>

use let! instead of manually initializing version.

5efcf8997a77e52cc066dc647292cb20eb55cb5e 02-Jul-2014 Tim Reddehase <robustus@rightsrestricted.com>

convert ontologyversions controller test to rspec And use Hets::Evaluator in the process.