From e322adc9da5171d69c65f63e95838eb4276e76f6 Mon Sep 17 00:00:00 2001 From: Fabrizio Monti Date: Thu, 4 Dec 2014 15:37:03 +0100 Subject: [PATCH] fix rspec deprecation warning --- spec/features/movefile_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/features/movefile_spec.rb b/spec/features/movefile_spec.rb index 16ad588..88c8d88 100644 --- a/spec/features/movefile_spec.rb +++ b/spec/features/movefile_spec.rb @@ -23,7 +23,7 @@ end it 'creates a Movefile' do - expect(File.exists?(movefile)).to be_true + expect(File.exists?(movefile)).to be true end it 'fills local wordpress_path using shell path' do