make `rails test` run `rails spec` instead

Fix #585
This commit is contained in:
Abdullah Samman 2018-11-27 02:42:01 +02:00 committed by Peter Bhat Harkins
parent 922ef94cb7
commit 92a768e604
2 changed files with 2 additions and 3 deletions

View File

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

2
test/test_as_spec.rb Normal file
View File

@ -0,0 +1,2 @@
require 'rspec/core'
RSpec::Core::Runner.run(['spec'])