basic layout template

This commit is contained in:
Min Zeya Phyo
2017-04-05 08:24:21 +06:30
parent bcdce092cc
commit 0ddc7bdb44
66 changed files with 7049 additions and 48 deletions

View File

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