Sha256: 6924ea1d74e06b6f408e273cdb058e4ad0c89794445c7f9dc4bccf319389fa03
Contents?: true
Size: 387 Bytes
Versions: 6
Compression:
Stored size: 387 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/spec_helper') describe "JQueryOnRails" do it "should not screw up the VERSION" do JQueryOnRails.constants.should be_include('VERSION') version_file = File.expand_path '../../VERSION', __FILE__ File.should be_exists(version_file) JQueryOnRails::VERSION.should == File.read(version_file).strip end end
Version data entries
6 entries across 6 versions & 1 rubygems