Skip to content

Commit

Permalink
Task mspec_node has been renamed mspec_nodejs (#1819)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie authored and iliabylich committed May 7, 2018
1 parent 0dccf06 commit be4662e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/testing.rake
Expand Up @@ -267,8 +267,8 @@ Use PATTERN environment variable to manually set the glob for specs:
# Will run all specs matching the specified pattern.
# (Note: the ruby_specs filters will still apply)
bundle exec rake mspec_node PATTERN=spec/ruby/core/module/class_variable*_spec.rb
bundle exec rake mspec_node PATTERN=spec/ruby/core/numeric/**_spec.rb
bundle exec rake mspec_nodejs PATTERN=spec/ruby/core/module/class_variable*_spec.rb
bundle exec rake mspec_nodejs PATTERN=spec/ruby/core/numeric/**_spec.rb
DESC

platforms = %w[nodejs server chrome]
Expand Down

0 comments on commit be4662e

Please sign in to comment.