Stripping down to basic decorations

This commit is contained in:
Jeff Casimir 2011-07-11 18:36:59 -04:00
parent a830adbdc1
commit 9b325c999a
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,3 @@
module Draper
VERSION = "0.3.2"
VERSION = "0.3.3"
end

View File

@ -130,6 +130,7 @@ describe Draper::Base do
context "in a Rails application" do
it "should include ApplicationHelper if one exists" do
pending
decorator = DecoratorApplicationHelper.decorate(Object.new)
decorator.uses_hello == "Hello, World!"
end