This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian
/
free_mutant
Watch
1
Star
0
Fork
You've already forked free_mutant
0
Code
Releases
Activity
53fa6f447b
free_mutant
/
lib
/
mutant
/
rspec.rb
8 lines
107 B
Ruby
Raw
Normal View
History
Unescape
Escape
Use mutant- as main plugin require integration point
2014-01-18 00:32:10 +01:00
# encoding: UTF-8
Prepare to split mutant-rspec from gem. * Moves all rspec integration into Mutant::Rspec namespace. * Removes the unused --rspec-level option * Mutant::Rspec::Strategy is smelly, has no state. Will make sense with future commits.
2014-01-17 22:59:22 +01:00
module
Mutant
Use mutant- as main plugin require integration point
2014-01-18 00:32:10 +01:00
# Rspec integration namespace
Prepare to split mutant-rspec from gem. * Moves all rspec integration into Mutant::Rspec namespace. * Removes the unused --rspec-level option * Mutant::Rspec::Strategy is smelly, has no state. Will make sense with future commits.
2014-01-17 22:59:22 +01:00
module
Rspec
end
# Rspec
end
# Mutant
Copy permalink