Don't just mount spec
folder, but complete app
folder for tests
#519
Annotations
10 errors
spec/requests/media_spec.rb#L65
Media #search_by can search for all (released) media
Failure/Error: <%= javascript_pack_tag 'application' %>
ActionView::Template::Error:
Webpacker can't find application.js in /usr/src/app/public/packs-test/manifest.json. Possible causes:
1. You want to set webpacker.yml value of compile to true for your environment
unless you are using the `webpack -w` or the webpack-dev-server.
2. webpack has not yet re-run to reflect updates.
3. You have misconfigured Webpacker's config/webpacker.yml file.
4. Your webpack configuration is not creating a manifest.
Your manifest contains:
{
}
|
spec/requests/media_spec.rb#L72
Media #search_by can search for media by title
Failure/Error: <%= javascript_pack_tag 'application' %>
ActionView::Template::Error:
Webpacker can't find application.js in /usr/src/app/public/packs-test/manifest.json. Possible causes:
1. You want to set webpacker.yml value of compile to true for your environment
unless you are using the `webpack -w` or the webpack-dev-server.
2. webpack has not yet re-run to reflect updates.
3. You have misconfigured Webpacker's config/webpacker.yml file.
4. Your webpack configuration is not creating a manifest.
Your manifest contains:
{
}
|
spec/requests/media_spec.rb#L82
Media #search_by can search for media by sort
Failure/Error: <%= javascript_pack_tag 'application' %>
ActionView::Template::Error:
Webpacker can't find application.js in /usr/src/app/public/packs-test/manifest.json. Possible causes:
1. You want to set webpacker.yml value of compile to true for your environment
unless you are using the `webpack -w` or the webpack-dev-server.
2. webpack has not yet re-run to reflect updates.
3. You have misconfigured Webpacker's config/webpacker.yml file.
4. Your webpack configuration is not creating a manifest.
Your manifest contains:
{
}
|
spec/requests/media_spec.rb#L93
Media #search_by can search for media by tag
Failure/Error: <%= javascript_pack_tag 'application' %>
ActionView::Template::Error:
Webpacker can't find application.js in /usr/src/app/public/packs-test/manifest.json. Possible causes:
1. You want to set webpacker.yml value of compile to true for your environment
unless you are using the `webpack -w` or the webpack-dev-server.
2. webpack has not yet re-run to reflect updates.
3. You have misconfigured Webpacker's config/webpacker.yml file.
4. Your webpack configuration is not creating a manifest.
Your manifest contains:
{
}
|
spec/requests/media_spec.rb#L104
Media #search_by can do combined search with tagoperator "or" and description
Failure/Error: <%= javascript_pack_tag 'application' %>
ActionView::Template::Error:
Webpacker can't find application.js in /usr/src/app/public/packs-test/manifest.json. Possible causes:
1. You want to set webpacker.yml value of compile to true for your environment
unless you are using the `webpack -w` or the webpack-dev-server.
2. webpack has not yet re-run to reflect updates.
3. You have misconfigured Webpacker's config/webpacker.yml file.
4. Your webpack configuration is not creating a manifest.
Your manifest contains:
{
}
|
spec/requests/media_spec.rb#L116
Media #search_by can do search with tagoperator "and" and description
Failure/Error: <%= javascript_pack_tag 'application' %>
ActionView::Template::Error:
Webpacker can't find application.js in /usr/src/app/public/packs-test/manifest.json. Possible causes:
1. You want to set webpacker.yml value of compile to true for your environment
unless you are using the `webpack -w` or the webpack-dev-server.
2. webpack has not yet re-run to reflect updates.
3. You have misconfigured Webpacker's config/webpacker.yml file.
4. Your webpack configuration is not creating a manifest.
Your manifest contains:
{
}
|
spec/requests/media_spec.rb#L126
Media #search_by "all tags" has higher precedence than any tagoperator (here "and")
Failure/Error: <%= javascript_pack_tag 'application' %>
ActionView::Template::Error:
Webpacker can't find application.js in /usr/src/app/public/packs-test/manifest.json. Possible causes:
1. You want to set webpacker.yml value of compile to true for your environment
unless you are using the `webpack -w` or the webpack-dev-server.
2. webpack has not yet re-run to reflect updates.
3. You have misconfigured Webpacker's config/webpacker.yml file.
4. Your webpack configuration is not creating a manifest.
Your manifest contains:
{
}
|
spec/requests/media_spec.rb#L134
Media #search_by "all tags" has higher precedence than any tagoperator (here "or")
Failure/Error: <%= javascript_pack_tag 'application' %>
ActionView::Template::Error:
Webpacker can't find application.js in /usr/src/app/public/packs-test/manifest.json. Possible causes:
1. You want to set webpacker.yml value of compile to true for your environment
unless you are using the `webpack -w` or the webpack-dev-server.
2. webpack has not yet re-run to reflect updates.
3. You have misconfigured Webpacker's config/webpacker.yml file.
4. Your webpack configuration is not creating a manifest.
Your manifest contains:
{
}
|
spec/requests/media_spec.rb#L142
Media #search_by can search by teacher
Failure/Error: <%= javascript_pack_tag 'application' %>
ActionView::Template::Error:
Webpacker can't find application.js in /usr/src/app/public/packs-test/manifest.json. Possible causes:
1. You want to set webpacker.yml value of compile to true for your environment
unless you are using the `webpack -w` or the webpack-dev-server.
2. webpack has not yet re-run to reflect updates.
3. You have misconfigured Webpacker's config/webpacker.yml file.
4. Your webpack configuration is not creating a manifest.
Your manifest contains:
{
}
|
spec/requests/media_spec.rb#L152
Media #search_by can search for media of subscribed lectures
Failure/Error: <%= javascript_pack_tag 'application' %>
ActionView::Template::Error:
Webpacker can't find application.js in /usr/src/app/public/packs-test/manifest.json. Possible causes:
1. You want to set webpacker.yml value of compile to true for your environment
unless you are using the `webpack -w` or the webpack-dev-server.
2. webpack has not yet re-run to reflect updates.
3. You have misconfigured Webpacker's config/webpacker.yml file.
4. Your webpack configuration is not creating a manifest.
Your manifest contains:
{
}
|
This job failed
Loading