Sha256: 441d4aef2fc777d4a9b0e4e1993376a7cfde77797a6f88e10f764621c1f0089c
Contents?: true
Size: 409 Bytes
Versions: 26
Compression:
Stored size: 409 Bytes
Contents
require 'spec_helper' describe "The Codesake::Dawn engine for rails applications" do before(:all){@engine = Codesake::Dawn::Rails.new} it "detects the version used in the hello_world_3.1.0 application" do @engine.set_target("./spec/support/hello_world_3.1.0") @engine.ruby_version[:version].should == RUBY_VERSION @engine.ruby_version[:patchlevel].should == "p#{RUBY_PATCHLEVEL}" end end
Version data entries
26 entries across 26 versions & 2 rubygems