create InJuty

This commit is contained in:
Zin Lin Phyo
2017-08-23 15:02:27 +06:30
parent d6b8e8bdee
commit 874a9b60be
25 changed files with 692 additions and 636 deletions

View File

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