Skip to content

Commit

Permalink
some passing specs
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Jun 23, 2013
1 parent a337251 commit bfe3caf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions spec/tags/core/main/def_tags.txt
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1 @@
fails:main#def sets the visibility of the given method to private
1 change: 1 addition & 0 deletions spec/tags/core/main/include_tags.txt
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1 @@
fails:main#include in a file loaded with wrapping includes the given Module in the load wrapper
4 changes: 0 additions & 4 deletions topaz.mspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ class MSpecScript
"^#{Rubyspec}/core/marshal/load_spec.rb", "^#{Rubyspec}/core/marshal/load_spec.rb",
"^#{Rubyspec}/core/marshal/restore_spec.rb", "^#{Rubyspec}/core/marshal/restore_spec.rb",
"^#{Rubyspec}/core/kernel/autoload_spec.rb", "^#{Rubyspec}/core/kernel/autoload_spec.rb",
"^#{Rubyspec}/core/main/public_spec.rb",
"^#{Rubyspec}/core/main/private_spec.rb",
"^#{Rubyspec}/core/main/include_spec.rb",
"^#{Rubyspec}/core/main/def_spec.rb",
"^#{Rubyspec}/core/filetest", "^#{Rubyspec}/core/filetest",
"^#{Rubyspec}/core/io/reopen_spec.rb", "^#{Rubyspec}/core/io/reopen_spec.rb",
"^#{Rubyspec}/core/io/lineno_spec.rb", "^#{Rubyspec}/core/io/lineno_spec.rb",
Expand Down

0 comments on commit bfe3caf

Please sign in to comment.