Skip to content

Commit

Permalink
fix rspec deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabrizio Monti committed Dec 4, 2014
1 parent 906d947 commit e322adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/features/movefile_spec.rb
Expand Up @@ -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
Expand Down

0 comments on commit e322adc

Please sign in to comment.