spec/samples/application_helper.rb in draper-0.4.1.1 vs spec/samples/application_helper.rb in draper-0.4.2

- old
+ new

@@ -1,5 +1,5 @@ module ApplicationHelper - def hello + def hello_world "Hello, World!" end end \ No newline at end of file