소스 검색

Rename test class to better represent what it is actually testing

John Duff 13 년 전
부모
커밋
a563dbbff1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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