Skip to content

Commit

Permalink
Remove some old custom specs for range and symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
adambeynon committed Sep 22, 2013
1 parent e976e16 commit c438747
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 50 deletions.
5 changes: 5 additions & 0 deletions spec/filters/bugs/symbol.rb
@@ -0,0 +1,5 @@
opal_filter "Symbol" do
fails "Symbol#to_proc sends self to arguments passed when calling #call on the Proc"
fails "Symbol#to_proc raises an ArgumentError when calling #call on the Proc without receiver"
fails "Symbol#to_proc passes along the block passed to Proc#call"
end
5 changes: 0 additions & 5 deletions spec/rubyspec/core/matchdata/to_a_spec.rb

This file was deleted.

9 changes: 0 additions & 9 deletions spec/rubyspec/core/range/begin_spec.rb

This file was deleted.

15 changes: 0 additions & 15 deletions spec/rubyspec/core/range/case_compare_spec.rb

This file was deleted.

9 changes: 0 additions & 9 deletions spec/rubyspec/core/range/end_spec.rb

This file was deleted.

12 changes: 0 additions & 12 deletions spec/rubyspec/core/symbol/to_proc_spec.rb

This file was deleted.

4 changes: 4 additions & 0 deletions spec/rubyspecs
Expand Up @@ -215,3 +215,7 @@ library/set/merge_spec
library/set/size_spec
library/set/to_a_spec
core/kernel/comparison_spec
core/matchdata/to_a_spec
core/range/begin_spec
core/range/end_spec
core/symbol/to_proc_spec

0 comments on commit c438747

Please sign in to comment.