6 lines
112 B
Ruby
6 lines
112 B
Ruby
RSpec.describe Imbecile do
|
|
it "has a version number" do
|
|
expect(Imbecile::VERSION).not_to be nil
|
|
end
|
|
end
|