We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 438134a commit c727d30Copy full SHA for c727d30
app/javascript/components/App.vue
@@ -8,7 +8,7 @@
8
export default {
9
data: function () {
10
return {
11
- message: "Hello Vue!"
+ message: "Hello from Webpack!"
12
}
13
14
spec/system/welcomes_spec.rb
@@ -6,7 +6,7 @@
6
visit "/"
7
expect(page).to have_content('Welcome')
- expect(page).to have_content('Hello Vue')
+ expect(page).to have_content('Hello from Webpack')
expect(page).to have_content('Your domain: subdomain.localhost.ross')
expect(page).to have_content('Your protocol: https://')
0 commit comments