summaryrefslogtreecommitdiff
path: root/spec/hashie/version_spec.rb
blob: 11d9e0bd3d9f9152f579c26c1c2d4908c1a308bf (plain)
1
2
3
4
5
6
7
require 'spec_helper'

describe Hashie do
  it 'has a version' do
    Hashie::VERSION.should_not be_nil
  end
end