Sha256: 817a37f9d90f8ab351bf5b17049a502bc9eeb1b62c9028883a81c195c5661797
Contents?: true
Size: 379 Bytes
Versions: 5
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 --local --test` expect(output).to include('1 spec, 0 failures') expect(output).to_not include('1 failures') end end end
Version data entries
5 entries across 5 versions & 1 rubygems