Sha256: 55a4eb43d9459bad1399e85e81e998635c94353a7b81d9308f7d04335446308b

Contents?: true

Size: 236 Bytes

Versions: 10

Compression:

Stored size: 236 Bytes

Contents

require 'spec_helper'

require 'rocket_fuel/precheck'

describe RocketFuel::Precheck::Run do
  it 'returns results' do
    results = capture(:stdout) { RocketFuel::Precheck::Run.new.results }
    expect(results).to_not eq('')
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
rocket_fuel-0.2.0 spec/rocket_fuel/precheck/run_spec.rb
rocket_fuel-0.1.0 spec/rocket_fuel/precheck/run_spec.rb
rocket_fuel-0.0.8 spec/rocket_fuel/precheck/run_spec.rb
rocket_fuel-0.0.7 spec/rocket_fuel/precheck/run_spec.rb
rocket_fuel-0.0.6 spec/rocket_fuel/precheck/run_spec.rb
rocket_fuel-0.0.5 spec/rocket_fuel/precheck/run_spec.rb
rocket_fuel-0.0.4 spec/rocket_fuel/precheck/run_spec.rb
rocket_fuel-0.0.3 spec/rocket_fuel/precheck/run_spec.rb
rocket_fuel-0.0.2 spec/rocket_fuel/precheck/run_spec.rb
rocket_fuel-0.0.1 spec/rocket_fuel/precheck/run_spec.rb