Sha256: 216973f70136dd83616985c1a9360c47afef6f66945f86faa16764160a3b93d5
Contents?: true
Size: 380 Bytes
Versions: 27
Compression:
Stored size: 380 Bytes
Contents
describe "Running a Jasmine jQuery Specs with Fixtures" do context 'without a browser through PhantomJS' do xit '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
27 entries across 27 versions & 1 rubygems