Skip to content

Commit

Permalink
Determinsitic tagged exmaples: 152 examples, 0 failures
Browse files Browse the repository at this point in the history
  • Loading branch information
hipe committed Dec 15, 2010
1 parent def51a7 commit c607966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/runtime/interval_skip_list/insert_spec.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require 'runtime/interval_skip_list/spec_helper'

describe IntervalSkipList, " when #next_node_height returns 1, 3, 2, 3, 1 in order", :deterministic2 => true do
describe IntervalSkipList, " when #next_node_height returns 1, 3, 2, 3, 1 in order", :deterministic => true do
include IntervalSkipListSpecHelper
attr_reader :list, :node

Expand Down

0 comments on commit c607966

Please sign in to comment.