Rails2Elixir - rake spec
Please note that all opinions are that of the author.
The command rake spec runs your rspec test suite. The equivalent in the Elixir world is:
mix test
Please note that all opinions are that of the author.
The command rake spec runs your rspec test suite. The equivalent in the Elixir world is:
mix test