From 77053a6c217e06770a348ac989992afbd41697f6 Mon Sep 17 00:00:00 2001 From: Robert Speicher Date: Sun, 30 Aug 2015 19:10:53 -0400 Subject: Convert to RSpec3 syntax via transpec Command: transpec -c 'bundle exec rspec spec -t ~feature' \ -o should,oneliner,should_receive --- spec/features/projects_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/features/projects_spec.rb') diff --git a/spec/features/projects_spec.rb b/spec/features/projects_spec.rb index 142c663..7861e53 100644 --- a/spec/features/projects_spec.rb +++ b/spec/features/projects_spec.rb @@ -39,7 +39,7 @@ describe "Projects", feature: true do expect(page).to have_content 'was successfully updated' - find_field('Timeout').value.should eq '70' + expect(find_field('Timeout').value).to eq '70' end end -- cgit v1.2.1