From 4477694dbe96a5505022938b9dda7756b846847a Mon Sep 17 00:00:00 2001 From: Jeroen van Baarsen Date: Sun, 17 May 2015 15:24:32 +0200 Subject: Fixed some errors in features/project/source/multiselect_blob test Signed-off-by: Jeroen van Baarsen --- features/steps/project/source/multiselect_blob.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/features/steps/project/source/multiselect_blob.rb b/features/steps/project/source/multiselect_blob.rb index 8e14623b892..a58943954c4 100644 --- a/features/steps/project/source/multiselect_blob.rb +++ b/features/steps/project/source/multiselect_blob.rb @@ -35,7 +35,8 @@ class Spinach::Features::ProjectSourceMultiselectBlob < Spinach::FeatureSteps extra ||= ids.delete(element[:id]).nil? end - expect(extra).to be_false and ids.should be_empty + expect(extra).to be_falsey + expect(ids).to be_empty end end end -- cgit v1.2.1