ruby-on-railscircleciteaspoon

Teaspoon showing some weird error on CircleCI


I am using teaspoon for some javascript testing (written in CoffeeScript) on my development machine everything works great:

→ bundle exec rake teaspoon
Starting the Teaspoon server...
Teaspoon running default suite at http://127.0.0.1:58786/teaspoon/default
................

Finished in 0.02500 seconds
16 examples, 0 failures

But on the CircleCI it ends with following error.

$ bundle exec rake teaspoon --trace
** Invoke teaspoon (first_time)
** Invoke environment (first_time)
** Execute environment
** Execute teaspoon
Starting the Teaspoon server...
Teaspoon running default suite at http://127.0.0.1:60894/teaspoon/default
Failed to load: http://127.0.0.1:60894/teaspoon/default?reporter=Console bundle exec rake teaspoon --trace returned exit code 1

Can anyone help me with this error? Thanks


Solution

  • I work at CircleCI. It's a little difficult to figure out what's going on here just from the info above. Can you please ping us at sayhi@circleci.com and we can get things sorted out?