History log of /ontohub/spec/models/translated_sentence_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(*).

/ontohub/spec/controllers/files_controller_spec.rb /ontohub/spec/controllers/language_adjoint_controller_spec.rb /ontohub/spec/controllers/language_mappings_controller_spec.rb /ontohub/spec/controllers/logic_adjoint_controller_spec.rb /ontohub/spec/controllers/logic_mappings_controller_spec.rb /ontohub/spec/controllers/ontology_versions_controller_spec.rb /ontohub/spec/controllers/proofs_controller_spec.rb /ontohub/spec/controllers/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 hets_instance_spec.rb mapping_spec.rb ontology_spec.rb ontology_version_spec.rb repository/save_file_spec.rb repository/symlink_spec.rb repository_spec.rb sentence_spec.rb symbol_mapping_spec.rb symbol_spec.rb translated_sentence_spec.rb url_map_spec.rb user_spec.rb
20d7141b5fbf4ea48eeadae9d6a9a88465ac6b8b 01-May-2014 Tim Reddehase <robustus@rightsrestricted.com>

process async jobs in spec inline by using tags The needs_hets and process_async tags are used to process asynchronous jobs inline. Also remove all unnecessary Sidekiq::Testing.fake! blocks.

cfd2c55efa79cd0073bdfc17e68ff1b05fab7255 28-Apr-2014 Tim Reddehase <robustus@rightsrestricted.com>

fix file-extensions stubbing through :each Stub file extensions on each spec run.

fd556d3aae9e1b50625e815f5ff9141ddbfecae3 09-Apr-2014 Eugen Kuksa <eugenk@informatik.uni-bremen.de>

fix failing tests by stubbing ontology extensions

85740b8f9c770963a1fe3a993c1745fb4f4f5ea8 29-Mar-2014 Tim Reddehase <robustus@rightsrestricted.com>

add basic specs for translations Also add a helper method to get only imported sentences.

061788b067c9f118761e4f93ca7b102becbe9fcc 09-Mar-2014 Tim Reddehase <robustus@rightsrestricted.com>

add translated sentence model.