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