summaryrefslogtreecommitdiff
path: root/spec/lib/charts_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/lib/charts_spec.rb')
-rw-r--r--spec/lib/charts_spec.rb2
1 files changed, 1 insertions, 1 deletions
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