This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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| |