Sha256: 27cf43f3112a3a2b580f286d8f81471d91d272b3d1b984c186ef818134496db3
Contents?: true
Size: 384 Bytes
Versions: 12
Compression:
Stored size: 384 Bytes
Contents
#encoding: utf-8 require File.expand_path 'app/spec/spec_helper' describe "The vanilla template",:template do before(:all) do # Do something to set things up end after(:all) do # Do something to tear things down end it 'will always fail' do expect(false).to be_true end it 'will always pass' do expect(pass).to be_true end it 'is pending' end
Version data entries
12 entries across 12 versions & 1 rubygems