We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 717036d commit 37bfc9bCopy full SHA for 37bfc9b
core/range/to_set_spec.rb
@@ -44,12 +44,4 @@
44
}.should raise_error(ArgumentError, 'wrong number of arguments (given 1, expected 0)')
45
end
46
47
-
48
- it "does not need explicit `require 'set'`" do
49
- output = ruby_exe(<<~RUBY, options: '--disable-gems', args: '2>&1')
50
- puts (1..3).to_set.to_a.inspect
51
- RUBY
52
53
- output.chomp.should == "[1, 2, 3]"
54
- end
55
0 commit comments