Merge branch 'master' of ssh://bitbucket.org/code2lab/sxrestaurant

This commit is contained in:
Min Zeya Phyo
2017-06-03 15:05:25 +06:30
112 changed files with 2468 additions and 259 deletions

View File

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

View File

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

View File

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