diff options
Diffstat (limited to 'test/lib/spec/deprecated.rb')
-rw-r--r-- | test/lib/spec/deprecated.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/lib/spec/deprecated.rb b/test/lib/spec/deprecated.rb deleted file mode 100644 index e9c1cd829..000000000 --- a/test/lib/spec/deprecated.rb +++ /dev/null @@ -1,3 +0,0 @@ -def deprecated(&block) - block.call unless ENV['RSPEC_DISABLE_DEPRECATED_FEATURES'] == 'true' -end |