diff options
author | Peter Boling <peter.boling@gmail.com> | 2015-10-22 02:07:21 -0700 |
---|---|---|
committer | Peter Boling <peter.boling@gmail.com> | 2015-10-22 02:07:21 -0700 |
commit | 43d86f1c52bf4d49de6ef5514a81dadaf7ca32e1 (patch) | |
tree | a681ce7dc5677d758bb0aabaf7c34f5b0a7f3c39 /spec/hashie/mash_spec.rb | |
parent | a44dd9a2687055d0074f8e71f1c50e3096ee846b (diff) | |
download | hashie-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.rb | 1 |
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 } |