aboutsummaryrefslogtreecommitdiffstats
path: root/spec/support/check.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/check.rb')
-rw-r--r--spec/support/check.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/spec/support/check.rb b/spec/support/check.rb
new file mode 100644
index 0000000000..0a89349629
--- /dev/null
+++ b/spec/support/check.rb
@@ -0,0 +1,6 @@
+module Check
+ # This is used to eliminate Ruby warnings on some RSpec assertion lines
+ # See: https://rspec.lighthouseapp.com/projects/5645/tickets/504
+ def check(*args)
+ end
+end \ No newline at end of file