initial print setup

This commit is contained in:
Yan
2017-06-02 16:22:15 +06:30
parent 98a7c31ffa
commit 022a2e005f
24 changed files with 663 additions and 0 deletions

View File

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