gcovinator/spec/gcovinator_spec.rb
2017-01-15 16:13:19 -05:00

8 lines
133 B
Ruby

require "spec_helper"
describe Gcovinator do
it "has a version number" do
expect(Gcovinator::VERSION).not_to be nil
end
end