Sha256: 1aa53f77558c754944c5e52affa308f78940068cfa9360eb721ccfffae235f69
Contents?: true
Size: 287 Bytes
Versions: 4
Compression:
Stored size: 287 Bytes
Contents
require 'spec_helper' describe Manageable::ApplicationHelper, "secondary navigation menus" do it "yields an instance of NavigationBuilder" do helper.manageable_secondary_navigation do |nav| nav.should be_instance_of(Manageable::Helpers::NavigationBuilder) end end end
Version data entries
4 entries across 4 versions & 1 rubygems