Pārlūkot izejas kodu

Rename test class to better represent what it is actually testing

John Duff 13 gadi atpakaļ
vecāks
revīzija
a563dbbff1
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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