Skip to content

Instantly share code, notes, and snippets.

@laranicolas
Created June 2, 2015 20:17
Show Gist options
  • Save laranicolas/a3ab47102679fa335218 to your computer and use it in GitHub Desktop.
Save laranicolas/a3ab47102679fa335218 to your computer and use it in GitHub Desktop.
Rails Error
1) Error:
PUT /children/:id::given valid params#test_0001_updates the child:
Dragonfly::Shell::CommandFailed: Command failed ('convert' '/tmp/RackMultipart20150602-21722-1onli7.png' '-resize' '200x200^^' '-gravity' 'Center' '-crop' '200x200+0+0' '+repage' '/tmp/dragonfly20150602-21722-kgeiz6.png') with exit status 127 and stderr sh: 1: convert: not found
app/controllers/children_controller.rb:30:in `update'
test/integration/children_test.rb:167:in `block (3 levels) in <class:Childrentest>'
2) Error:
GET /me#test_0001_returns the current user information:
Dragonfly::Shell::CommandFailed: Command failed ('convert' '/home/nico/Documents/Freelance/my-gg-api/test/fixtures/files/avatar.png' '-resize' '200x200^^' '-gravity' 'Center' '-crop' '200x200+0+0' '+repage' '/tmp/dragonfly20150602-21722-16odxde.png') with exit status 127 and stderr sh: 1: convert: not found
test/integration/accounts_test.rb:170:in `block (2 levels) in <class:AccountsTest>'
3) Error:
PUT /me::given valid params#test_0001_updates the current user:
Dragonfly::Shell::CommandFailed: Command failed ('convert' '/tmp/RackMultipart20150602-21722-11dyj0s.png' '-resize' '200x200^^' '-gravity' 'Center' '-crop' '200x200+0+0' '+repage' '/tmp/dragonfly20150602-21722-qohtvd.png') with exit status 127 and stderr sh: 1: convert: not found
app/controllers/accounts_controller.rb:18:in `update'
test/integration/accounts_test.rb:218:in `block (3 levels) in <class:AccountsTest>'
4) Error:
POST /check_ins#test_0001_creates a check in:
ActionController::RoutingError: No route matches [POST] "/check_ins"
test/integration/check_ins_test.rb:26:in `block (2 levels) in <class:CheckInsTest>'
5) Error:
GET /children/:id::given a children with the passed id exists#test_0002_includes the guardians:
Dragonfly::Shell::CommandFailed: Command failed ('convert' '/home/nico/Documents/Freelance/my-gg-api/test/fixtures/files/avatar.png' '-resize' '200x200^^' '-gravity' 'Center' '-crop' '200x200+0+0' '+repage' '/tmp/dragonfly20150602-21722-1a72o30.png') with exit status 127 and stderr sh: 1: convert: not found
test/integration/children_test.rb:87:in `block (3 levels) in <class:Childrentest>'
6) Error:
GET /children/:id::given a children with the passed id exists#test_0001_retrieves the child:
Dragonfly::Shell::CommandFailed: Command failed ('convert' '/home/nico/Documents/Freelance/my-gg-api/test/fixtures/files/avatar.png' '-resize' '200x200^^' '-gravity' 'Center' '-crop' '200x200+0+0' '+repage' '/tmp/dragonfly20150602-21722-ppn3g8.png') with exit status 127 and stderr sh: 1: convert: not found
test/integration/children_test.rb:68:in `block (3 levels) in <class:Childrentest>'
39 runs, 88 assertions, 0 failures, 6 errors, 0 skips
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment