Procházet zdrojové kódy

Rename test class to better represent what it is actually testing

John Duff před 13 roky
rodič
revize
a563dbbff1
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      test/session_test.rb

+ 1 - 1
test/shopify_api_test.rb → test/session_test.rb

@@ -1,6 +1,6 @@
 require 'test_helper'
 
-class ShopifyApiTest < Test::Unit::TestCase
+class SessionTest < Test::Unit::TestCase
   
   context "Session" do
     should "not be valid without a url" do