manifique/spec/manifique_spec.rb

10 lines
139 B
Ruby

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