Sha256: 3ced8abc2671a6fa50367d5d6e014db3d9de431ed70502ed685b17edc2b05c51
Contents?: true
Size: 461 Bytes
Versions: 9
Compression:
Stored size: 461 Bytes
Contents
require "spec_helper" describe Ninjs do it 'should have a BASE_DIR constant' do Ninjs::BASE_DIR.should_not be_nil end it 'should have a LIB_DIR constant' do Ninjs::LIB_DIR.should_not be_nil end it 'should have a ROOT_DIR' do Ninjs::ROOT_DIR.should_not be_nil end it 'should have the correct VERSION' do version = File.open("#{Ninjs::BASE_DIR}/VERSION").readlines.join('') Ninjs::VERSION.should === version end end
Version data entries
9 entries across 9 versions & 1 rubygems