Skip to content

Commit

Permalink
align docstring w/ example in cuke
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed May 13, 2011
1 parent 2431a2a commit 9ba888c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/helper_specs/helper_spec.feature
Expand Up @@ -18,7 +18,7 @@ Feature: helper spec
describe ApplicationHelper do
describe "#page_title" do
it "returns true" do
it "returns the default title" do
helper.page_title.should eq("RSpec is your friend")
end
end
Expand Down

0 comments on commit 9ba888c

Please sign in to comment.