Skip to content

Commit

Permalink
[Truffle] Untagged some passing Module specs.
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvdrum committed May 15, 2015
1 parent a1e06a2 commit 13870c7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion spec/truffle/tags/core/module/attr_accessor_tags.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
fails:Module#attr_accessor creates a getter and setter for each given attribute name
fails:Module#attr_accessor allows creating an attr_accessor on an immediate class
fails:Module#attr_accessor converts non string/symbol/fixnum names to strings using to_str
fails:Module#attr_accessor raises a TypeError when the given names can't be converted to strings using to_str
Expand Down
2 changes: 0 additions & 2 deletions spec/truffle/tags/core/module/define_method_tags.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
fails:Module#define_method method body is an UnboundMethod allows methods defined on a different object
fails:Method#define_method when passed a Method object defines a method with the same #parameters as the original
fails:Method#define_method when passed an UnboundMethod object defines a method with the same #parameters as the original

0 comments on commit 13870c7

Please sign in to comment.