Sha256: 43879fbc4bf81560b720dbdfbccffac14e0e3ff61054d84ef391dc4f0af42b76

Contents?: true

Size: 355 Bytes

Versions: 1

Compression:

Stored size: 355 Bytes

Contents

require './lib/commands/import_tweet_command'
require 'shared_examples/tweet_command_examples'

RSpec.describe ImportTweetCommand do
  describe '#execute' do
    let(:command) { ImportTweetCommand.new(tweet_id) }
    let(:client_method) { :status }
    let(:client_args) { tweet_id }

    it_behaves_like "a command that writes a tweet to file"
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ignoramos-1.1.0 spec/commands/import_tweet_command_spec.rb