diff options
| author | Robert | 2017-05-02 21:48:35 +0200 |
|---|---|---|
| committer | Robert | 2017-05-02 21:48:35 +0200 |
| commit | cd8b08325558f6339e953b69fa64fa58a90bf3f2 (patch) | |
| tree | a396b8deade171f2e140dcb4a767675274a92d9f | |
| parent | 1a8961555e8f674eb989f7f4af4c4a22b25856b0 (diff) | |
| download | chouette-core-cd8b08325558f6339e953b69fa64fa58a90bf3f2.tar.bz2 | |
removed forgotten bkpt
| -rw-r--r-- | spec/lib/range_ext_spec.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/lib/range_ext_spec.rb b/spec/lib/range_ext_spec.rb index f93a8de00..0e2365b5e 100644 --- a/spec/lib/range_ext_spec.rb +++ b/spec/lib/range_ext_spec.rb @@ -1,8 +1,6 @@ RSpec.describe Range do context "intersection" do it "is nil (sic) for two distinct ranges" do - require 'pry' - binding.pry expect( (1..2).intersection(3..4) ).to be_nil end |
