mappings_controller_spec.rb revision ccbad7548e27ece3cbc085fc7367635cc06c5e56
require 'spec_helper'
let(:ontology) { create :linked_distributed_ontology }
before do
end
it { should respond_with :success }
it { should render_template :show }
end
before do
end
it { should respond_with :success }
end
end
end
end
end
end