aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/CONTRIBUTING.md
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/CONTRIBUTING.md')
-rw-r--r--spec/ruby/CONTRIBUTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/ruby/CONTRIBUTING.md b/spec/ruby/CONTRIBUTING.md
index 56e12736fc..e470a811ff 100644
--- a/spec/ruby/CONTRIBUTING.md
+++ b/spec/ruby/CONTRIBUTING.md
@@ -124,8 +124,8 @@ If an exception is raised, it will fail the example anyway.
```ruby
-> {
- Integer
-}.should complain(/constant ::Integer is deprecated/) # Expect a warning
+ Fixnum
+}.should complain(/constant ::Fixnum is deprecated/) # Expect a warning
```
### Guards