8 lines
135 B
Ruby
8 lines
135 B
Ruby
require "test_helper"
|
|
|
|
class VueRTest < ActiveSupport::TestCase
|
|
test "it has a version number" do
|
|
assert VueR::VERSION
|
|
end
|
|
end
|