File: version_spec.rb

package info (click to toggle)
ruby-hashie 5.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 884 kB
  • sloc: ruby: 7,049; sh: 8; makefile: 6
file content (7 lines) | stat: -rw-r--r-- 118 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
require 'spec_helper'

describe Hashie do
  it 'has a version' do
    expect(Hashie::VERSION).not_to be_nil
  end
end