dachary
(Loïc Dachary)
2016 年 7 月 13 日午後 10:17
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)
2016 年 7 月 13 日午後 10:45
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)
2016 年 7 月 13 日午後 11:04
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)
2016 年 7 月 17 日午後 5:30
4