Sha256: 548da55e9dfc6afe347575aaf54cd0722e7851e877cf5d4de68e34b3dcee8018
Contents?: true
Size: 649 Bytes
Versions: 7
Compression:
Stored size: 649 Bytes
Contents
require 'spec_helper' module DbdOntoEngine describe OntologiesController do describe "GET 'index'" do it "returns http success" do # work around are a set of features specs # pending ("Unable to get path helpers fully correct for Engines + RSpec?") # Failure/Error: get 'index' # ActionController::UrlGenerationError: # No route matches {:action=>"index", :controller=>"dbd_onto_engine/ontologies"} # # See http://www.matthewratzloff.com/blog/2011/09/21/testing-routes-with-rails-3-1-engines/ # get 'index' # response.should be_success end end end end
Version data entries
7 entries across 7 versions & 1 rubygems