Sha256: ebee4d7bceab631752a4ea2c6f6c3f1ce785c148050fbd43eb0f0cd151a54740
Contents?: true
Size: 214 Bytes
Versions: 7
Compression:
Stored size: 214 Bytes
Contents
require 'spec_helper' describe 'When I test allure rspec' do before(:all) do puts 'Before all in foo spec' end it 'should do something' do puts 'In the test' expect(true).not_to be_nil end end
Version data entries
7 entries across 7 versions & 1 rubygems