Coder Social home page Coder Social logo

Autotest can´t run about bigtuna HOT 4 CLOSED

ceritium avatar ceritium commented on July 20, 2024
Autotest can´t run

from bigtuna.

Comments (4)

benfoxall avatar benfoxall commented on July 20, 2024

Looks like a require in the shout-box gem

If you use the version from github by changing the relevant line in the Gemfile from -

gem "shout-bot"

into

gem "shout-bot", :git => 'git://github.com/sr/shout-bot.git'

…then bundle.

Now when you run autotest - and you'll get something like this:

./test/unit/step_list_test.rb:3: superclass mismatch for class StepListTest (TypeError)
from /Library/Ruby/Gems/1.8/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:239:in `require'
from /Library/Ruby/Gems/1.8/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:239:in `require'
from /Library/Ruby/Gems/1.8/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:227:in `load_dependency'
from /Library/Ruby/Gems/1.8/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:239:in `require'
from -e:2
from -e:2:in `each'
from -e:2

This is a different error - because a name clash between test/unit/step_list_test.rb and test/integration/step_list_test.rb.

You can get around this by running autotest -f instead, to only run tests as the relevant files are saved… Not ideal - though it works.

from bigtuna.

antekpiechnik avatar antekpiechnik commented on July 20, 2024

Hey @ceritium, did @benfoxall's solution help ?

from bigtuna.

benfoxall avatar benfoxall commented on July 20, 2024

Hey, I notice that this issue has been closed, though I think that there is still an issue with the name clash of test/unit/step_list_test.rb and test/integration/step_list_test.rb -- which will prevent autotest running effectively.

Should I start another issue for this?

from bigtuna.

antekpiechnik avatar antekpiechnik commented on July 20, 2024

Yeah, that would be great. Cheers.

from bigtuna.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.