module RSpec::Rails::FeatureCheck

def has_1_9_hash_syntax?

def has_1_9_hash_syntax?
  ::Rails::VERSION::STRING > '4.0'
end