sales listing under transacitons

This commit is contained in:
Min Zeya Phyo
2017-05-29 18:55:34 +06:30
parent c7a4adc7cc
commit d7d29e4d16
26 changed files with 731 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
require 'rails_helper'
RSpec.describe "Transactions::Sales", type: :request do
describe "GET /transactions_sales" do
it "works! (now write some real specs)" do
get transactions_sales_path
expect(response).to have_http_status(200)
end
end
end