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,5 @@
require "test_helper"
class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
driven_by :selenium, using: :chrome, screen_size: [1400, 1400]
end

View File

@@ -0,0 +1,9 @@
require "application_system_test_case"
class Transactions::SalesTest < ApplicationSystemTestCase
# test "visiting the index" do
# visit transactions_sales_url
#
# assert_selector "h1", text: "Transactions::Sale"
# end
end