changelog shortlog tags changeset manifest revisions annotate raw

vendor/plugins/rspec_on_rails/spec_resources/helpers/view_spec_helper.rb

changeset 16: 01fd3f10ae84
author: moriq@moriq.com
date: Mon Mar 10 10:13:18 2008 +0900 (16 years ago)
permissions: -rw-r--r--
description: add plugins rspec_on_rails
1module ViewSpecHelper
2 def method_in_helper
3 "<div>This is text from a method in the ViewSpecHelper</div>"
4 end
5
6 def method_in_template_with_partial
7 "<div>method_in_template_with_partial in ViewSpecHelper</div>"
8 end
9
10 def method_in_partial
11 "<div>method_in_partial in ViewSpecHelper</div>"
12 end
13end