free_mutant/spec/support/sample_subjects.rb
Markus Schirp 10c3dfc390 Finalize method matching
* Add tests for all edge cases I could create
* Add infrastructure for loading mutations into the vm.
* The fun part is next!
2012-07-26 19:25:23 +02:00

6 lines
94 B
Ruby

module SampleSubjects
module ExampleModule
def foo; end
def self.bar; end
end
end