Merge branch 'shop_setup'

This commit is contained in:
Min Zeya Phyo
2017-06-03 14:26:45 +06:30
17 changed files with 79 additions and 3 deletions

5
spec/models/shop_spec.rb Normal file
View File

@@ -0,0 +1,5 @@
require 'rails_helper'
RSpec.describe Shop, type: :model do
pending "add some examples to (or delete) #{__FILE__}"
end