Pigeon-Ruby/spec/pigeon/config_spec.rb

8 lines
139 B
Ruby

require "spec_helper"
RSpec.describe Pigeon::Config do
it "has a `foo`" do
expect(Pigeon::Config::VERSION).to eq("0.0.1")
end
end