dachary
(Loïc Dachary)
July 13, 2016, 10:17pm
1
Hi,
As of 2e71e6fc6f72442a6b93200debfaa7f9c18be9bc running http://localhost:4000/qunit only shows the lib: and preload- suites for a total of 251 asserts.
I was at 304f704 earlier today and did the following:
git pull
bundle install
bundle exec rake db:migrate
rm -fr tmp
bundle exec rails s -b 0.0.0.0
The development discourse instance is otherwise running fine. Did I do something wrong or do other have the same problem ?
Cheers
dachary
(Loïc Dachary)
July 13, 2016, 10:45pm
2
I vagrant destroy
and vagrant up
and followed instructions but still got the same result. It does not seem to be a problem with my environment.
dachary
(Loïc Dachary)
July 13, 2016, 11:04pm
3
I vagrant destroy
and git checkout 304f704 and vagrant up
and followed instructions and http://localhost:4000/qunit runs as expected (1746 assertions). So it’s either a regression or there exists a new way to run javascript tests.
dachary
(Loïc Dachary)
July 17, 2016, 5:30pm
4