mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-12 02:01:39 -05:00
7 lines
177 B
Ruby
7 lines
177 B
Ruby
require 'rails_helper'
|
|
|
|
RSpec.describe "Settings::Subscriptions", type: :request do
|
|
describe "GET /index" do
|
|
pending "add some examples (or delete) #{__FILE__}"
|
|
end
|
|
end
|