9 lines
138 B
Ruby
9 lines
138 B
Ruby
require "spec_helper"
|
|
|
|
RSpec.describe Manifique do
|
|
it "has a version number" do
|
|
expect(Manifique::VERSION).not_to be nil
|
|
end
|
|
|
|
end
|