Skip to content

Instantly share code, notes, and snippets.

@matheusca
Created September 26, 2013 18:24
Show Gist options
  • Save matheusca/6718397 to your computer and use it in GitHub Desktop.
Save matheusca/6718397 to your computer and use it in GitHub Desktop.
Code.require_file "support/config.exs", __DIR__
defmodule WeberHelperTest do
use ExUnit.Case
setup_all do
{:ok, root} = File.cwd
Weber.run_weber(__MODULE__, [], root, Config.config)
:ok
end
test "give a file to include inside another view" do
IO.puts inspect(:gen_server.call(__MODULE__, :views))
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment