File: shellany_spec.rb

package info (click to toggle)
ruby-shellany 0.0.1-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 156 kB
  • sloc: ruby: 218; makefile: 3; sh: 2
file content (7 lines) | stat: -rw-r--r-- 132 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
require 'shellany'

RSpec.describe Shellany do
  it 'has a version number' do
    expect(Shellany::VERSION).not_to be nil
  end
end