Skip to content

Commit

Permalink
mix generated files in subdirectories
Browse files Browse the repository at this point in the history
  • Loading branch information
n1rvana committed Mar 8, 2013
1 parent f9ad9b1 commit 8f32be7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/couchie.ex
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
defmodule Couchie do
end
9 changes: 9 additions & 0 deletions test/couchie_test.exs
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Code.require_file "../test_helper.exs", __FILE__

defmodule CouchieTest do
use ExUnit.Case

test "the truth" do
assert true
end
end
1 change: 1 addition & 0 deletions test/test_helper.exs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ExUnit.start

0 comments on commit 8f32be7

Please sign in to comment.