repost-master/spec/repost_spec.rb

6 lines
108 B
Ruby

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