placeholder for rails test

For #585
This commit is contained in:
Peter Bhat Harkins 2018-11-08 08:55:51 -06:00
parent b2527d03e3
commit 20dfcb963d
1 changed files with 3 additions and 0 deletions

3
test/placeholder_test.rb Normal file
View File

@ -0,0 +1,3 @@
class PlaceholderTest < ActiveSupport::TestCase
test("placeholder") { raise "Run `rails spec`. https://github.com/lobsters/lobsters/issues/585" }
end