Sha256: c1e446fe12198dc879d4207713e0d4f2aa4e34f40a28843055550ba979e47529
Contents?: true
Size: 379 Bytes
Versions: 14
Compression:
Stored size: 379 Bytes
Contents
describe "Running a Jasmine jQuery Specs with Fixtures" do context 'without a browser through PhantomJS' do it 'runs the spec with 0 failures' do output = `cd ./spec/fixtures/jasmine-jquery-fixtures && ./../../../bin/learn-test --local --test` expect(output).to include('1 spec, 0 failures') expect(output).to_not include('1 failures') end end end
Version data entries
14 entries across 14 versions & 1 rubygems