Skip to content

Instantly share code, notes, and snippets.

@chintanparikh
Created June 1, 2012 06:57
Show Gist options
  • Save chintanparikh/2849709 to your computer and use it in GitHub Desktop.
Save chintanparikh/2849709 to your computer and use it in GitHub Desktop.
chintanparikh in ~/Documents/Rails/ticketee on develop?
$ bin/cucumber features/viewing_projects.feature
Using the default profile...
Factory already registered: project (FactoryGirl::DuplicateDefinitionError)
/home/chintanparikh/.rvm/gems/ruby-1.9.3-p194/gems/factory_girl-3.3.0/lib/factory_girl/disallows_duplicates_registry.rb:11:in `register'
/home/chintanparikh/.rvm/gems/ruby-1.9.3-p194/gems/factory_girl-3.3.0/lib/factory_girl.rb:58:in `block in register_factory'
/home/chintanparikh/.rvm/gems/ruby-1.9.3-p194/gems/factory_girl-3.3.0/lib/factory_girl.rb:57:in `each'
/home/chintanparikh/.rvm/gems/ruby-1.9.3-p194/gems/factory_girl-3.3.0/lib/factory_girl.rb:57:in `register_factory'
/home/chintanparikh/.rvm/gems/ruby-1.9.3-p194/gems/factory_girl-3.3.0/lib/factory_girl/syntax/default.rb:20:in `factory'
/home/chintanparikh/Documents/Rails/ticketee/factories/project_factory.rb:2:in `block in <top (required)>'
/home/chintanparikh/.rvm/gems/ruby-1.9.3-p194/gems/factory_girl-3.3.0/lib/factory_girl/syntax/default.rb:49:in `instance_eval'
/home/chintanparikh/.rvm/gems/ruby-1.9.3-p194/gems/factory_girl-3.3.0/lib/factory_girl/syntax/default.rb:49:in `run'
/home/chintanparikh/.rvm/gems/ruby-1.9.3-p194/gems/factory_girl-3.3.0/lib/factory_girl/syntax/default.rb:7:in `define'
/home/chintanparikh/Documents/Rails/ticketee/factories/project_factory.rb:1:in `<top (required)>'
/home/chintanparikh/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.3/lib/active_support/dependencies.rb:251:in `require'
/home/chintanparikh/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.3/lib/active_support/dependencies.rb:251:in `block in require'
/home/chintanparikh/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.3/lib/active_support/dependencies.rb:236:in `load_dependency'
/home/chintanparikh/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.3/lib/active_support/dependencies.rb:251:in `require'
/home/chintanparikh/Documents/Rails/ticketee/features/support/factories.rb:2:in `block in <top (required)>'
/home/chintanparikh/Documents/Rails/ticketee/features/support/factories.rb:1:in `each'
/home/chintanparikh/Documents/Rails/ticketee/features/support/factories.rb:1:in `<top (required)>'
/home/chintanparikh/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.3/lib/active_support/dependencies.rb:245:in `load'
/home/chintanparikh/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.3/lib/active_support/dependencies.rb:245:in `block in load'
/home/chintanparikh/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.3/lib/active_support/dependencies.rb:236:in `load_dependency'
/home/chintanparikh/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.3/lib/active_support/dependencies.rb:245:in `load'
/home/chintanparikh/.rvm/gems/ruby-1.9.3-p194/gems/cucumber-1.2.0/lib/cucumber/rb_support/rb_language.rb:129:in `load_code_file'
/home/chintanparikh/.rvm/gems/ruby-1.9.3-p194/gems/cucumber-1.2.0/lib/cucumber/runtime/support_code.rb:171:in `load_file'
/home/chintanparikh/.rvm/gems/ruby-1.9.3-p194/gems/cucumber-1.2.0/lib/cucumber/runtime/support_code.rb:83:in `block in load_files!'
/home/chintanparikh/.rvm/gems/ruby-1.9.3-p194/gems/cucumber-1.2.0/lib/cucumber/runtime/support_code.rb:82:in `each'
/home/chintanparikh/.rvm/gems/ruby-1.9.3-p194/gems/cucumber-1.2.0/lib/cucumber/runtime/support_code.rb:82:in `load_files!'
/home/chintanparikh/.rvm/gems/ruby-1.9.3-p194/gems/cucumber-1.2.0/lib/cucumber/runtime.rb:175:in `load_step_definitions'
/home/chintanparikh/.rvm/gems/ruby-1.9.3-p194/gems/cucumber-1.2.0/lib/cucumber/runtime.rb:40:in `run!'
/home/chintanparikh/.rvm/gems/ruby-1.9.3-p194/gems/cucumber-1.2.0/lib/cucumber/cli/main.rb:43:in `execute!'
/home/chintanparikh/.rvm/gems/ruby-1.9.3-p194/gems/cucumber-1.2.0/lib/cucumber/cli/main.rb:20:in `execute'
/home/chintanparikh/.rvm/gems/ruby-1.9.3-p194/gems/cucumber-1.2.0/bin/cucumber:14:in `<top (required)>'
bin/cucumber:16:in `load'
bin/cucumber:16:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment