Sha256: 1b80df6b6343133672ded5e2f002fa5214ce82367c0a0e2067a2923514e9c862

Contents?: true

Size: 401 Bytes

Versions: 14

Compression:

Stored size: 401 Bytes

Contents

require 'spec_helper'
require_relative '../helper_shared_context'
require 'flydata/helper/action/clear'

module Flydata
  module Helper
    module Action
      describe Clear do
        include_context 'helper context'

        describe "#command" do
          subject { described_class.new(config).command }
          it { is_expected.to eq("sync:clear -y") }
        end
      end
    end
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
flydata-0.8.10.2 spec/flydata/helper/action/clear_spec.rb
flydata-0.8.10.1 spec/flydata/helper/action/clear_spec.rb
flydata-0.8.9.11 spec/flydata/helper/action/clear_spec.rb
flydata-0.8.10 spec/flydata/helper/action/clear_spec.rb
flydata-0.8.9 spec/flydata/helper/action/clear_spec.rb
flydata-0.8.8 spec/flydata/helper/action/clear_spec.rb
flydata-0.8.7 spec/flydata/helper/action/clear_spec.rb
flydata-0.8.6 spec/flydata/helper/action/clear_spec.rb
flydata-0.8.5 spec/flydata/helper/action/clear_spec.rb
flydata-0.8.4 spec/flydata/helper/action/clear_spec.rb
flydata-0.8.3 spec/flydata/helper/action/clear_spec.rb
flydata-0.8.2 spec/flydata/helper/action/clear_spec.rb
flydata-0.8.1 spec/flydata/helper/action/clear_spec.rb
flydata-0.8.0 spec/flydata/helper/action/clear_spec.rb