Skip to content

Commit

Permalink
remove invalid test
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshCheek committed Dec 6, 2010
1 parent 94da1e7 commit e723297
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 183 deletions.
67 changes: 0 additions & 67 deletions ch5/challenge/9_file_string_regex_capture_groups.rb

This file was deleted.

54 changes: 0 additions & 54 deletions ch5/solved/9.rb

This file was deleted.

4 changes: 0 additions & 4 deletions ch5/spec/1.rb
Expand Up @@ -4,10 +4,6 @@
@ac = ApplicationController.new
end

it 'should not have its own initialize method' do
ApplicationController.new.method(:initialize).owner.should == if RUBY_VERSION =~ /1\.9/ then BasicObject else Object end
end

it 'should return an empty string on first invocation' do
ApplicationController.new.body_class.should == ""
end
Expand Down
58 changes: 0 additions & 58 deletions ch5/spec/9.rb

This file was deleted.

0 comments on commit e723297

Please sign in to comment.