aboutsummaryrefslogtreecommitdiffstats
path: root/features/support/step_definitions/authors_steps.rb
diff options
context:
space:
mode:
Diffstat (limited to 'features/support/step_definitions/authors_steps.rb')
-rw-r--r--features/support/step_definitions/authors_steps.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/support/step_definitions/authors_steps.rb b/features/support/step_definitions/authors_steps.rb
index e97287e..d78ca90 100644
--- a/features/support/step_definitions/authors_steps.rb
+++ b/features/support/step_definitions/authors_steps.rb
@@ -2,6 +2,6 @@ Then /^there should be (\d+) blog posts?$/ do |num|
BlogPost.all.size == num
end
-Then /^the blog post should belong to me$/
+Then /^the blog post should belong to me$/ do
BlogPost.first.author.login == User.last.login
end \ No newline at end of file