Sha256: 7e82bbf7ab2604a472c784376c4d4274e15d5fec131fafebe1316d19569d91e6
Contents?: true
Size: 605 Bytes
Versions: 5
Compression:
Stored size: 605 Bytes
Contents
require 'spec_helper' describe "EngineCart powered application" do TEST_APP = File.expand_path("../internal", File.dirname(__FILE__)) it "should have the test_app_templates pre-generated" do expect(File).to exist File.expand_path("spec/test_app_templates", TEST_APP) end it "should ignore the test app" do git_ignore = File.expand_path(".gitignore", TEST_APP) expect(File.read(git_ignore)).to match /spec\/internal/ end it "should have a engine_cart:generate rake task available" do end it "should create a rails app when the engine_cart:generate is invoked" do end end
Version data entries
5 entries across 5 versions & 1 rubygems