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/lib/charts_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/lib/charts_spec.rb') diff --git a/spec/lib/charts_spec.rb b/spec/lib/charts_spec.rb index 60d1b5a..2f27723 100644 --- a/spec/lib/charts_spec.rb +++ b/spec/lib/charts_spec.rb @@ -9,6 +9,6 @@ describe Charts::BuildTime do it 'should return build times in minutes' do chart = described_class.new(@project) - chart.build_times.should eq [2] + expect(chart.build_times).to eq [2] end end -- cgit v1.2.1