repost-master/spec/repost_spec.rb

6 lines
108 B
Ruby
Raw Permalink Normal View History

2020-05-28 14:06:56 +00:00
RSpec.describe Repost do
it "has a version number" do
expect(Repost::VERSION).not_to be nil
end
end