mirror of
https://github.com/michenriksen/gitrob.git
synced 2026-01-01 19:29:29 -06:00
8 lines
125 B
Ruby
8 lines
125 B
Ruby
require "spec_helper"
|
|
|
|
describe Gitrob do
|
|
it "has a version number" do
|
|
expect(Gitrob::VERSION).not_to be nil
|
|
end
|
|
end
|