1
0
Fork 0
mirror of synced 2024-06-28 11:41:10 -04:00
ultimate-vim/sources_non_forked/vim-elixir/spec/indent/macro_spec.rb
2022-05-19 01:31:41 +08:00

14 lines
152 B
Ruby

require 'spec_helper'
describe 'Macros' do
i <<~EOF
defmodule DeadboltTest do
use ExUnit.Case
doctest Deadbolt
hello
end
EOF
end