hanami-controller/test/version_test.rb

8 lines
162 B
Ruby

require 'test_helper'
describe Hanami::Controller::VERSION do
it 'returns the current version' do
Hanami::Controller::VERSION.must_equal '1.0.0'
end
end