add documentation

This commit is contained in:
Petr Korolev
2015-06-10 14:18:15 +03:00
parent ff6115247e
commit 67fbb04b31
2 changed files with 13 additions and 9 deletions

View File

@@ -52,7 +52,7 @@ describe GitHubChangelogGenerator::Fetcher do
@fetcher = GitHubChangelogGenerator::Fetcher.new(options)
end
it "should raise Unauthorized error" do
expect { @fetcher.github_fetch_tags [] }.to raise_error Github::Error::Unauthorized
expect { @fetcher.github_fetch_tags }.to raise_error Github::Error::Unauthorized
end
end
end