diff --git a/spec/spec_system_helper.rb b/spec/spec_system_helper.rb index 0c32fbbf..aa729054 100644 --- a/spec/spec_system_helper.rb +++ b/spec/spec_system_helper.rb @@ -228,7 +228,6 @@ def can_upgrade_projects expect(File.exists?("src")).to eq true expect(File.exists?("test")).to eq true all_docs = Dir["vendor/ceedling/docs/*.pdf"].length + Dir["vendor/ceedling/docs/*.md"].length - expect(all_docs).to be >= 4 end end end diff --git a/spec/system/deployment_spec.rb b/spec/system/deployment_spec.rb index fb92e1ca..d7b1c60d 100644 --- a/spec/system/deployment_spec.rb +++ b/spec/system/deployment_spec.rb @@ -120,6 +120,7 @@ it { can_upgrade_projects } it { contains_a_vendor_directory } + it { does_not_contain_documentation } it { can_fetch_non_project_help } it { can_fetch_project_help } it { can_test_projects_with_success }