Sha256: 40ae903803a99d4f62ac9f1727d472708b8a55397b7155f785de7ae1aee26b9b
Contents?: true
Size: 575 Bytes
Versions: 53
Compression:
Stored size: 575 Bytes
Contents
require 'spec_helper' require 'fileutils' describe "Phantom JS Runner performance/integration suite", :performance => true do before :each do temp_dir_before Dir::chdir @tmp end after :each do temp_dir_after end it 'handles deeply nested/large test suites' do Jasmine::CommandLineTool.new.process ['init'] FileUtils.cp(File.join(@root, 'spec', 'fixture', 'large_test_suite_spec.js'), File.join(@tmp, 'spec', 'javascripts')) ci_output = `rake --trace jasmine:ci` expect(ci_output).to match (/40000 specs, 20000 failures/) end end
Version data entries
53 entries across 40 versions & 2 rubygems