We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4349437 commit 81dc3e5Copy full SHA for 81dc3e5
Dockerfile.test
@@ -1,9 +1,9 @@
1
-FROM ruby:3.0-alpine3.12
+FROM ruby:2.7.2-alpine3.12
2
3
RUN gem install bundler:2.1.4
4
5
RUN apk update --no-cache && \
6
- apk add build-base postgresql-dev git nodejs yarn tzdata bash sqlite-dev && \
+ apk add build-base postgresql-dev git nodejs yarn tzdata bash sqlite-dev npm && \
7
mkdir -p /app
8
9
WORKDIR /app
spec/dummy/app/matestack/app.rb
@@ -0,0 +1,8 @@
+# used within specs only
+class App < Matestack::Ui::App
+
+ def response
+ yield
+ end
+end
0 commit comments