Skip to content

Commit

Permalink
removing duplicate test (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
sepulworld authored Jul 23, 2016
1 parent f74a391 commit 197f518
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/test_aptly_repo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,6 @@ def test_repo_show_with_no_name
let(:repo_api) { AptlyCli::AptlyRepo.new(config) }
let(:file_api) { AptlyCli::AptlyFile.new(config) }

def test_package_query_with_no_name
assert_raises ArgumentError do
repo_api.repo_package_query(query: 'geoipupdate')
end
end

def test_package_query_with_name
repo_api.repo_delete(name: 'testrepotoquery',
force: true)
Expand Down

0 comments on commit 197f518

Please sign in to comment.