Skip to content

Commit

Permalink
More cleanup of tests to reflect updated behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
mvandervoord committed Nov 13, 2019
1 parent 80e6b84 commit 4949d6a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion spec/spec_system_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions spec/system/deployment_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 4949d6a

Please sign in to comment.