Sha256: 71368753a76fcb23bc04d159d938100d1c79f7038a1c609e41fa3779c33ae586
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.2 | spec/extend_steps_spec.rb |