1
0
Fork 0
psenv/spec/psenv_spec.rb

8 lines
137 B
Ruby

RSpec.describe Psenv do
it "has a version number" do
expect(Psenv::VERSION).not_to be nil
end
it "tests something useful"
end