summaryrefslogtreecommitdiff
path: root/spec/hashie/mash_spec.rb
diff options
context:
space:
mode:
authorPeter Boling <peter.boling@gmail.com>2015-10-22 02:07:21 -0700
committerPeter Boling <peter.boling@gmail.com>2015-10-22 02:07:21 -0700
commit43d86f1c52bf4d49de6ef5514a81dadaf7ca32e1 (patch)
treea681ce7dc5677d758bb0aabaf7c34f5b0a7f3c39 /spec/hashie/mash_spec.rb
parenta44dd9a2687055d0074f8e71f1c50e3096ee846b (diff)
downloadhashie-43d86f1c52bf4d49de6ef5514a81dadaf7ca32e1.tar.gz
@dblock
- a one liner with no complexity for pending specs by Ruby Engine / Version - removes all complexity from Hashie
Diffstat (limited to 'spec/hashie/mash_spec.rb')
-rw-r--r--spec/hashie/mash_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/hashie/mash_spec.rb b/spec/hashie/mash_spec.rb
index 213c47f..ea3d089 100644
--- a/spec/hashie/mash_spec.rb
+++ b/spec/hashie/mash_spec.rb
@@ -1,6 +1,5 @@
require 'spec_helper'
require 'delegate'
-require 'support/ruby_version'
describe Hashie::Mash do
subject { Hashie::Mash.new }