shopify_api_test.rb 194 B

1234567
  1. require 'test_helper'
  2. class ShopifyApiTest < Test::Unit::TestCase
  3. def test_something_for_real
  4. flunk "hey buddy, you should probably rename this file and start testing for real"
  5. end
  6. end