Skip to content

Commit

Permalink
Add manifest to source control
Browse files Browse the repository at this point in the history
fixes #45.
  • Loading branch information
nicksieger committed Jan 28, 2012
1 parent 63d31de commit 8639695
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
@@ -1,4 +1,3 @@
Manifest.txt
coverage*
acceptance/reports
pkg
Expand Down
29 changes: 29 additions & 0 deletions Manifest.txt
@@ -0,0 +1,29 @@
History.txt
Manifest.txt
README.rdoc
LICENSE.txt
Rakefile
stub.rake
lib/ci/reporter/core.rb
lib/ci/reporter/cucumber.rb
lib/ci/reporter/report_manager.rb
lib/ci/reporter/rspec.rb
lib/ci/reporter/test_suite.rb
lib/ci/reporter/test_unit.rb
lib/ci/reporter/version.rb
lib/ci/reporter/rake/cucumber.rb
lib/ci/reporter/rake/cucumber_loader.rb
lib/ci/reporter/rake/rspec.rb
lib/ci/reporter/rake/rspec_loader.rb
lib/ci/reporter/rake/test_unit.rb
lib/ci/reporter/rake/test_unit_loader.rb
lib/ci/reporter/rake/utils.rb
spec/spec_helper.rb
spec/ci/reporter/cucumber_spec.rb
spec/ci/reporter/output_capture_spec.rb
spec/ci/reporter/report_manager_spec.rb
spec/ci/reporter/rspec_spec.rb
spec/ci/reporter/test_suite_spec.rb
spec/ci/reporter/test_unit_spec.rb
spec/ci/reporter/rake/rake_tasks_spec.rb
tasks/ci_reporter.rake

0 comments on commit 8639695

Please sign in to comment.