6 lines
108 B
Ruby
6 lines
108 B
Ruby
|
require 'spec_helper'
|
||
|
|
||
|
describe 'sample http controller test', type: :http_controller do
|
||
|
# Specs here
|
||
|
end
|