summaryrefslogtreecommitdiff
path: root/spec/spec_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r--spec/spec_helper.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 0e5de61..d011657 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -82,14 +82,14 @@ METHOD
M.instance_eval <<EOF, __FILE__, __LINE__ + 1
def #{name}_one()
- if 43
+ if 40 + 3
44
end
end
def #{name}_two()
- if 44
+ if 40 + 4
45
end
end