mirror of
https://github.com/michenriksen/gitrob.git
synced 2026-01-23 14:48:27 -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
|