mirror of
https://github.com/ditkrg/schemable.git
synced 2026-01-25 15:42:57 +00:00
Initial Commit
This commit is contained in:
11
spec/schemable_spec.rb
Normal file
11
spec/schemable_spec.rb
Normal file
@@ -0,0 +1,11 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
RSpec.describe Schemable do
|
||||
it "has a version number" do
|
||||
expect(Schemable::VERSION).not_to be nil
|
||||
end
|
||||
|
||||
it "does something useful" do
|
||||
expect(false).to eq(true)
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user