Skip to content

Commit

Permalink
Merge pull request #11 from everypolitician-scrapers/add-dummy-test
Browse files Browse the repository at this point in the history
Add dummy test
  • Loading branch information
tmtmtmtm committed Feb 27, 2017
2 parents 090ed43 + 5f3faf6 commit 4c9e3b7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -7,6 +7,7 @@ ruby '2.3.3'

gem 'colorize'
gem 'field_serializer', github: 'everypolitician/field_serializer'
gem 'minitest-around'
gem 'nokogiri'
gem 'open-uri-cached'
gem 'pry'
Expand Down
4 changes: 4 additions & 0 deletions Gemfile.lock
Expand Up @@ -45,6 +45,9 @@ GEM
httpclient (2.8.3)
method_source (0.8.2)
mini_portile2 (2.1.0)
minitest (5.10.1)
minitest-around (0.4.0)
minitest (~> 5.0)
nokogiri (1.7.0.1)
mini_portile2 (~> 2.1.0)
open-uri-cached (0.0.5)
Expand Down Expand Up @@ -87,6 +90,7 @@ PLATFORMS
DEPENDENCIES
colorize
field_serializer!
minitest-around
nokogiri
open-uri-cached
pry
Expand Down
10 changes: 10 additions & 0 deletions test/dummy_test.rb
@@ -0,0 +1,10 @@
# frozen_string_literal: true

require_relative './test_helper'

describe 'dummy test' do
it 'should run' do
# This test is included to ensure that
# test_helper is run by Travis
end
end

0 comments on commit 4c9e3b7

Please sign in to comment.