Sha256: 5aafd4a66ac806c7a341d3b65a7957e0c88442f582bd48d8274802f81ac2ed1d
Contents?: true
Size: 389 Bytes
Versions: 11
Compression:
Stored size: 389 Bytes
Contents
require 'spec_helper' describe "The Dawn engine for rails applications" do before(:all){@engine = 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
11 entries across 11 versions & 1 rubygems