Skip to content

Commit

Permalink
OTWO-5173 Added test cases for hash, logging, persister and retriever
Browse files Browse the repository at this point in the history
  • Loading branch information
Priya Rani committed May 31, 2018
1 parent 6001912 commit 98db0d3
Show file tree
Hide file tree
Showing 31 changed files with 8,452 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require 'byebug'
Rake::TestTask.new do |t|
t.libs << 'test'
t.libs << 'lib/ghtorrent'
t.test_files = FileList['test/*_test.rb']
t.test_files = FileList['test/*_test.rb', 'test/*/*_test.rb']
end

desc "Run tests"
Expand All @@ -15,7 +15,7 @@ task :default => [:rdoc]

desc "Run Rdoc"
Rake::RDocTask.new(:rdoc) do |rd|
# rd.main = "README.doc"
# rd.main = "README.doc"
rd.rdoc_files.include("lib/**/*.rb")
rd.options << "-d"
rd.options << "-x migrations"
Expand Down
103 changes: 103 additions & 0 deletions fixtures/vcr_cassettes/github_get_branch_diff.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 98db0d3

Please sign in to comment.