From 84a2fcdf08430c70cb4da8c678c2d72e8ca54628 Mon Sep 17 00:00:00 2001 From: Jamie Winsor Date: Thu, 4 Aug 2011 11:47:33 -0700 Subject: Replace authors.feature with capybara rspec tests --- features/step_definitions/authors_steps.rb | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 features/step_definitions/authors_steps.rb (limited to 'features/step_definitions') diff --git a/features/step_definitions/authors_steps.rb b/features/step_definitions/authors_steps.rb deleted file mode 100644 index eaa5f32..0000000 --- a/features/step_definitions/authors_steps.rb +++ /dev/null @@ -1,7 +0,0 @@ -Then /^there should be (\d+) blog posts?$/ do |num| - ::Refinery::BlogPost.all.size == num -end - -Then /^the blog post should belong to me$/ do - ::Refinery::BlogPost.first.author.login == ::Refinery::User.last.login -end \ No newline at end of file -- cgit v1.2.3