Sha256: e2023513cf03dbcff03a6094e2b7cf19c6f8ed1d95c5447afa8b2c900ed6e286
Contents?: true
Size: 362 Bytes
Versions: 4
Compression:
Stored size: 362 Bytes
Contents
require "features/helper" RSpec.describe "List account folders", type: :aruba do let(:account) do fixture("connection") end before do create_config(accounts: [account]) run_command_and_stop("imap-backup remote folders #{account[:username]}") end it "lists folders" do expect(last_command_started).to have_output(/"INBOX"/) end end
Version data entries
4 entries across 4 versions & 1 rubygems