Sha256: 492f7f6ac9c92d92df163d2eac6a3b737144f5927e62bfef9e4a7f518ee2a79e
Contents?: true
Size: 313 Bytes
Versions: 13
Compression:
Stored size: 313 Bytes
Contents
require 'helper' require 'spring/client' class VersionTest < ActiveSupport::TestCase test "outputs current version number" do version = Spring::Client::Version.new 'version' out, err = capture_io do version.call end assert_equal "Spring version #{Spring::VERSION}", out.chomp end end
Version data entries
13 entries across 13 versions & 1 rubygems