Skip to content

Commit

Permalink
Stripping down to basic decorations
Browse files Browse the repository at this point in the history
  • Loading branch information
jcasimir committed Jul 11, 2011
1 parent a830adb commit 9b325c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/draper/version.rb
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,3 @@
module Draper module Draper
VERSION = "0.3.2" VERSION = "0.3.3"
end end
1 change: 1 addition & 0 deletions spec/base_spec.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ class DecoratorWithDeniesAndAllows < Draper::Base


context "in a Rails application" do context "in a Rails application" do
it "should include ApplicationHelper if one exists" do it "should include ApplicationHelper if one exists" do
pending
decorator = DecoratorApplicationHelper.decorate(Object.new) decorator = DecoratorApplicationHelper.decorate(Object.new)
decorator.uses_hello == "Hello, World!" decorator.uses_hello == "Hello, World!"
end end
Expand Down

0 comments on commit 9b325c9

Please sign in to comment.