Sha256: c594ccd2cc5ab6c39ee0c9938d3338aa134f77650137255b804e97dd86472d30
Contents?: true
Size: 358 Bytes
Versions: 12
Compression:
Stored size: 358 Bytes
Contents
require "spec/spec_helper" describe Irwi::Support::RouteMapper do it { should_not be_nil } context "included in class" do before(:each) do @m = Object.new @m.send :extend, Irwi::Support::RouteMapper end specify "should provide wiki_root method" do @m.should respond_to :wiki_root end end end
Version data entries
12 entries across 12 versions & 1 rubygems