Sha256: a56f872fc2f90e4d4148fd480386822a51265857b323dd435241c53541eca357

Contents?: true

Size: 175 Bytes

Versions: 6

Compression:

Stored size: 175 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
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
dbd_onto_engine-0.0.7 spec/views/dbd_onto_engine/ontologies/index.html.haml_spec.rb
dbd_onto_engine-0.0.6 spec/views/dbd_onto_engine/ontologies/index.html.haml_spec.rb
dbd_onto_engine-0.0.5 spec/views/dbd_onto_engine/ontologies/index.html.haml_spec.rb
dbd_onto_engine-0.0.4 spec/views/dbd_onto_engine/ontologies/index.html.haml_spec.rb
dbd_onto_engine-0.0.3 spec/views/dbd_onto_engine/ontologies/index.html.haml_spec.rb
dbd_onto_engine-0.0.2 spec/views/dbd_onto_engine/ontologies/index.html.haml_spec.rb