1 changed files with 11 additions and 0 deletions
@ -0,0 +1,11 @@ |
|||||||
|
require "rails_helper" |
||||||
|
|
||||||
|
RSpec.describe "Supported housing scheme Features" do |
||||||
|
context "when viewing list of schemes" do |
||||||
|
context "when I am signed as a support user in there are schemes in the database" do |
||||||
|
let(:user) { FactoryBot.create(:user, :support, last_sign_in_at: Time.zone.now) } |
||||||
|
let!(:schemes) { FactoryBot.create(:schemes) } |
||||||
|
|
||||||
|
end |
||||||
|
end |
||||||
|
end |
Loading…
Reference in new issue