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