aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorRobert2017-05-02 22:10:31 +0200
committerRobert2017-05-02 22:10:31 +0200
commite89703a1646711ea2387e6058765aa3c6b953971 (patch)
tree77a2fb1bc960587e17bb48409b89ee4d5b0d4f88 /spec
parentcd8b08325558f6339e953b69fa64fa58a90bf3f2 (diff)
downloadchouette-core-e89703a1646711ea2387e6058765aa3c6b953971.tar.bz2
more duplicates of Range#intersection removed and range_ext required instead
Diffstat (limited to 'spec')
-rw-r--r--spec/lib/range_ext_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/lib/range_ext_spec.rb b/spec/lib/range_ext_spec.rb
index 0e2365b5e..9c44608b9 100644
--- a/spec/lib/range_ext_spec.rb
+++ b/spec/lib/range_ext_spec.rb
@@ -1,3 +1,4 @@
+require 'range_ext'
RSpec.describe Range do
context "intersection" do
it "is nil (sic) for two distinct ranges" do