Skip to content

Instantly share code, notes, and snippets.

@dnch
Created April 1, 2011 04:55
Show Gist options
  • Save dnch/897760 to your computer and use it in GitHub Desktop.
Save dnch/897760 to your computer and use it in GitHub Desktop.
it "determines the controller name" do
helper.instance_eval do
stub(:params).and_return(controller: 'foos')
resource_name.should == 'foos'
namespace.should == nil
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment