Cross Reference: /ontohub/spec/controllers/ontology_versions_controller_spec.rb
ontology_versions_controller_spec.rb revision 861511943e4cb3cb8713579dcd1fd9940c50464a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
require 'spec_helper'
context 'OntologyVersion of a DistributedOntology' do
end
context 'on GET to index of a child' do end
it 'should assign the parents versions' do end
end
end
context 'OntologyVersion Instance' do
end
it 'should assign the right versions' do end
end
end
end
end