Sha256: ba5efecbf7e69fc14c6a4f83e0e3d010e58351623a2d57a7b7f54cbffdecf68f
Contents?: true
Size: 414 Bytes
Versions: 24
Compression:
Stored size: 414 Bytes
Contents
require 'spec_helper' require 'rad' describe "Minimal App" do # inject env: :environment # with_micon before :all do load "#{spec_dir}/app.rb" end it "core components" do rad.logger.should_not be_nil rad.environment.should_not be_nil rad.config.should_not be_nil end # it "application runtime_path" do # environment.config.runtime_path?.should be_false # end end
Version data entries
24 entries across 24 versions & 1 rubygems