1
0
mirror of https://github.com/bumi/rack-lightning synced 2025-06-16 15:25:36 +00:00
rack-lightning/spec/rack/lightning_spec.rb
2018-10-28 12:37:29 +01:00

12 lines
218 B
Ruby

require "spec_helper"
RSpec.describe Rack::Lightning do
it "has a version number" do
expect(Rack::Lightning::VERSION).not_to be nil
end
it "does something useful" do
expect(false).to eq(true)
end
end