Initial commit
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
lambda do
|
||||
${1}
|
||||
end.should_not change(${2:target}, :${3:method})
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
lambda do
|
||||
${1}
|
||||
end.should_not change(${2:target}, :${3:method})
|
||||