Sha256: 3f1063b64050dc5e8c1b9ee71849a657bd8b52711ff01bdda621f8c8a9c4022c

Contents?: true

Size: 332 Bytes

Versions: 1

Compression:

Stored size: 332 Bytes

Contents

require 'spec_helper'
require 'tempfile'

describe AllureRSpec do
  it "should build" do
    attach_file "test-file1", Tempfile.new("test")
    step "step1" do
      attach_file "test-file2", Tempfile.new("test")
    end

    step "step2" do

      5.should be < 1
    end

    step "step3" do

      0.should == 0
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
allure-rspec-0.1 spec/extend_steps_spec.rb