mirror of
https://github.com/bumi/rack-lightning
synced 2025-06-16 15:25:36 +00:00
12 lines
218 B
Ruby
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
|