Sha256: e4122c91f132d8b6c263f0ff9cee1b6bc0622fae7af4575e5fbfbb20c082c70e

Contents?: true

Size: 224 Bytes

Versions: 10

Compression:

Stored size: 224 Bytes

Contents

require 'spec_helper'

RSpec.describe 'First Run', type: :aruba do
  let(:file) { 'file.txt' }
  let(:content) { 'Hello World' }

  before(:each) { write_file file, content }

  it { expect(read(file)).to eq [content] }
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
trellist-0.8.0 spec/use_aruba_with_rspec_spec.rb
trellist-0.7.0 spec/use_aruba_with_rspec_spec.rb
trellist-0.6.0 spec/use_aruba_with_rspec_spec.rb
trellist-0.5.1 spec/use_aruba_with_rspec_spec.rb
trellist-0.5.0 spec/use_aruba_with_rspec_spec.rb
trellist-0.4.0 spec/use_aruba_with_rspec_spec.rb
trellist-0.3.0 spec/use_aruba_with_rspec_spec.rb
trellist-0.2.0 spec/use_aruba_with_rspec_spec.rb
trellist-0.1.1 spec/use_aruba_with_rspec_spec.rb
trellist-0.1.0 spec/use_aruba_with_rspec_spec.rb