Sha256: db0facf0c520d0dec0ec2f50192907a44bd8289113fcaf7724c3b8d55277df33

Contents?: true

Size: 315 Bytes

Versions: 4

Compression:

Stored size: 315 Bytes

Contents

require "features/helper"

RSpec.describe "Listing accounts", type: :aruba do
  before do
    create_config(accounts: [{"username": "me@example.com"}])
    run_command_and_stop("imap-backup local accounts")
  end

  it "lists accounts" do
    expect(last_command_started).to have_output("me@example.com")
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
imap-backup-6.0.0.rc2 spec/features/local/list_accounts_spec.rb
imap-backup-5.2.0 spec/features/local/list_accounts_spec.rb
imap-backup-5.1.0 spec/features/local/list_accounts_spec.rb
imap-backup-5.0.0 spec/features/local/list_accounts_spec.rb