Files
sx-fc/test/system/stock_journals_test.rb
2017-10-23 11:38:10 +06:30

10 lines
221 B
Ruby
Executable File

require "application_system_test_case"
class StockJournalsTest < ApplicationSystemTestCase
# test "visiting the index" do
# visit stock_journals_url
#
# assert_selector "h1", text: "StockJournal"
# end
end