Skip to content

Commit

Permalink
Run this file now!
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Jun 22, 2013
1 parent b784ca2 commit fe49c45
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 7 additions & 0 deletions spec/tags/language/def_tags.txt
@@ -1,2 +1,9 @@
fails:Defining an 'initialize' method sets the method's visibility to private fails:Defining an 'initialize' method sets the method's visibility to private
fails:Defining an 'initialize_copy' method sets the method's visibility to private fails:Defining an 'initialize_copy' method sets the method's visibility to private
fails:A singleton method definition raises RuntimeError if frozen
fails:A method defined with extreme default arguments may use an fcall as a default
fails:A singleton method defined with extreme default arguments may use an fcall as a default
fails:A method definition inside a metaclass scope raises RuntimeError if frozen
fails:A method definition inside an instance_eval creates a singleton method
fails:A method definition inside an instance_eval creates a class method when the receiver is a class
fails:The def keyword within a closure looks outside the closure for the visibility
1 change: 0 additions & 1 deletion topaz.mspec
Expand Up @@ -78,7 +78,6 @@ class MSpecScript
"^#{Rubyspec}/language/BEGIN_spec.rb", "^#{Rubyspec}/language/BEGIN_spec.rb",
"^#{Rubyspec}/language/alias_spec.rb", "^#{Rubyspec}/language/alias_spec.rb",
"^#{Rubyspec}/language/break_spec.rb", "^#{Rubyspec}/language/break_spec.rb",
"^#{Rubyspec}/language/def_spec.rb",
"^#{Rubyspec}/language/defined_spec.rb", "^#{Rubyspec}/language/defined_spec.rb",
"^#{Rubyspec}/language/or_spec.rb", "^#{Rubyspec}/language/or_spec.rb",
"^#{Rubyspec}/language/return_spec.rb", "^#{Rubyspec}/language/return_spec.rb",
Expand Down

0 comments on commit fe49c45

Please sign in to comment.