Merge branch 'master' into menu_sync

This commit is contained in:
Yan
2017-08-14 15:34:19 +06:30
50 changed files with 1481 additions and 172 deletions

View File

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