8 lines
139 B
Ruby
8 lines
139 B
Ruby
require "test_helper"
|
|
|
|
class LaradiTest < ActiveSupport::TestCase
|
|
test "it has a version number" do
|
|
assert Laradi::VERSION
|
|
end
|
|
end
|