From 742e61f8b9780a7def70a9d5e2af6b973eaf609d Mon Sep 17 00:00:00 2001 From: James McKinney Date: Sun, 28 Apr 2013 02:30:32 -0400 Subject: [PATCH] fix specs --- spec/scraperwiki-api_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/scraperwiki-api_spec.rb b/spec/scraperwiki-api_spec.rb index e267372..12432dc 100644 --- a/spec/scraperwiki-api_spec.rb +++ b/spec/scraperwiki-api_spec.rb @@ -5,7 +5,7 @@ # We don't want to test the ScraperWiki API. We just want to check that the # wrapper works. describe ScraperWiki::API do - EXAMPLE_SHORTNAME = 'frabcus.emailer' + EXAMPLE_SHORTNAME = 'tutorial-1' EXAMPLE_USERNAME = 'frabcus' QUIETFIELDS = %w(code runevents datasummary userroles history)