Skip to content

Commit

Permalink
Use rubyspec for array lang specs
Browse files Browse the repository at this point in the history
  • Loading branch information
adambeynon committed Sep 21, 2013
1 parent 5bf10ce commit 21fe33a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 118 deletions.
6 changes: 5 additions & 1 deletion Rakefile
Expand Up @@ -17,7 +17,11 @@ class ::Opal::Parser
if sexp[1] == :language_version and @scope.top?
lang_type = sexp[2][2][1]
target = "rubyspec/language/versions/#{lang_type}_1.9"
@requires << target

if File.exist?(target)
@requires << target
end

return f("nil")
end

Expand Down
117 changes: 0 additions & 117 deletions spec/rubyspec/language/array_spec.rb

This file was deleted.

1 change: 1 addition & 0 deletions spec/rubyspecs
Expand Up @@ -110,6 +110,7 @@ core/enumerable/take_spec
core/enumerable/to_a_spec
language/alias_spec
language/and_spec
language/array_spec
language/break_spec
language/case_spec
language/class_spec
Expand Down

0 comments on commit 21fe33a

Please sign in to comment.