require File.dirname(__FILE__) + '/../spec_helper' context "The RespositoryController" do # fixtures :respositories controller_name :respository specify "should be a RespositoryController" do controller.should_be_an_instance_of RespositoryController end specify "should have more specifications" do violated "not enough specs" end end