Sha256: 997bebedc3e020379abfa90a98e7c8f1097539bf6255ed483f22b43bfaa9ea81
Contents?: true
Size: 247 Bytes
Versions: 20
Compression:
Stored size: 247 Bytes
Contents
# encoding: utf-8 require_relative "spec_helper" describe <%= @constant %> do it "should have VERSION constant" do <%= @constant %>::VERSION.should be_kind_of(String) <%= @constant %>::VERSION.should match(/^\d+\.\d+\.\d+$/) end end
Version data entries
20 entries across 20 versions & 3 rubygems