Initial commit
[www-oxontime.git] / t / WWW-Oxontime.t
CommitLineData
f9a1b9d7
MG
1#!/usr/bin/perl
2use strict;
3use warnings;
4
5use Test::RequiresInternet ('www.oxontime.com' => 80);
6
7use Test::More tests => 2;
8BEGIN { use_ok('WWW::Oxontime', 'stops_for_route') };
9
10my @stops = stops_for_route 15957;
11ok @stops > 1, 'route 15957 has at least two stops';
This page took 0.009195 seconds and 4 git commands to generate.