Sha256: 07fddf6b625feed054387fac6c1fb7b0a865f1ab9a10628b652904cc55451c92

Contents?: true

Size: 324 Bytes

Versions: 1

Compression:

Stored size: 324 Bytes

Contents

require 'commands/tweet_command'
require 'shared_examples/tweet_command_examples'

RSpec.describe TweetCommand do
  describe '#execute' do
    let(:command) { TweetCommand.new(tweet) }
    let(:client_method) { :update }
    let(:client_args) { tweet }

    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/tweet_command_spec.rb