8 lines
137 B
Ruby
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
|