Skip to content

Commit f96a52b

Browse files
committed
Add script/server to start the dummy Rails app
Although I guess it's not going to be so "dumb" soon.
1 parent a5ea19f commit f96a52b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

script/server

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/sh
2+
(cd spec/dummy && rails s $*)

0 commit comments

Comments
 (0)