Sha256: f294c4a63fa3cbf7e0179e63539e17f4352b1e1efd89bfffc18eac380e65b657
Contents?: true
Size: 285 Bytes
Versions: 2
Compression:
Stored size: 285 Bytes
Contents
require 'spec_helper' describe "dbd_onto_engine/ontologies/index.html.haml" do it "talks about ontologies" do render rendered.should match(/ontologies/i) end it 'renders the links partial' do render.should render_template('dbd_onto_engine/shared/_links') end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
dbd_onto_engine-0.0.9 | spec/views/dbd_onto_engine/ontologies/index.html.haml_spec.rb |
dbd_onto_engine-0.0.8 | spec/views/dbd_onto_engine/ontologies/index.html.haml_spec.rb |