Load path added so that Guard can selective run this test

This commit is contained in:
Christoph Haas 2015-04-23 23:13:02 +02:00
parent f9279337ed
commit 15d56a5301

View file

@ -1,3 +1,5 @@
$LOAD_PATH << 'lib'
require 'open-uri' # allows to load URLs using open()
require 'deb_importer'
require 'test_helper'
@ -5,10 +7,11 @@ require 'test_helper'
include DebImporter
class PackagesHelperTest < ActionView::TestCase
# class PackagesHelperTest < MiniTest::Spec
test "should be able to parse local Debian repository test files" do
# How many packages of each component and architecture we expect
# when parsing the text files in lib/tasks/files/...
expected_package_counts = {
main: {
amd64: 8320,