Skip to content

Instantly share code, notes, and snippets.

View johnbayne's full-sized avatar

John Bayne johnbayne

View GitHub Profile
antomJS has crashed. Please read the crash reporting guide at https://github.com/ariya/phantomjs/wiki/Crash-Reporting and file a bug report at https://code.google.com/p/phantomjs/issues/entry with the crash dump file attached: /tmp/A9DAA5EB-A86D-48B8-AA3F-933C8D359E1D.dmp
F.PhantomJS has crashed. Please read the crash reporting guide at https://github.com/ariya/phantomjs/wiki/Crash-Reporting and file a bug report at https://code.google.com/p/phantomjs/issues/entry with the crash dump file attached: /tmp/4534FDA5-5D1C-4C1F-8027-CA39A330ADA2.dmp
F.PhantomJS has crashed. Please read the crash reporting guide at https://github.com/ariya/phantomjs/wiki/Crash-Reporting and file a bug report at https://code.google.com/p/phantomjs/issues/entry with the crash dump file attached: /tmp/8FADCA7C-2674-46A7-BB8F-35090CF57125.dmp
F.PhantomJS has crashed. Please read the crash reporting guide at https://github.com/ariya/phantomjs/wiki/Crash-Reporting and file a bug report at https://code.google.com/p/phantomjs/issues/entry w
factory :project do
sequence(:name) { |n| "Test Factory #{n}" }
# I'd prefer to do something like this, with 'active' set to true
# steps { |s| [s.association(:step)] }
active false
association :project_group
project_type 'Delivery'
delimiter ';'
ignore { question_count 2 }
after(:create) do |project, evaluator|