update receipt ranke file

This commit is contained in:
Aung Myo
2018-03-08 15:30:18 +06:30
parent 981aef32ba
commit 3fcdbfb8df
10 changed files with 391 additions and 2 deletions

View File

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

View File

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