Skip to content

Instantly share code, notes, and snippets.

@marr
Created March 5, 2014 07:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marr/9362834 to your computer and use it in GitHub Desktop.
Save marr/9362834 to your computer and use it in GitHub Desktop.
use Test::More;
use strict;
plan (($ENV{TESTING_APP_ID} and $ENV{TESTING_SECRET}) ? (tests => 1) : (skip_all => 'TESTING_APP_ID and TESTING_SECRET both need to be set'));
use_ok 'Dancer';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment