Sha256: 103543bdbe06221c7269998b61ca57d334814f9ddc112f260c805bb7cc656f28
Contents?: true
Size: 399 Bytes
Versions: 17
Compression:
Stored size: 399 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") expect(@engine.ruby_version[:version]).to eq(RUBY_VERSION) expect(@engine.ruby_version[:patchlevel]).to eq("p#{RUBY_PATCHLEVEL}") end end
Version data entries
17 entries across 17 versions & 1 rubygems