Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump elixir's version to 0.14.2 #6

Merged
merged 4 commits into from Jul 5, 2014
Merged

Conversation

Joe-noh
Copy link
Contributor

@Joe-noh Joe-noh commented Jul 4, 2014

Made it work with elixir v0.14.2

  • Fix files which specify elixir version; mix.exs and .travis.yml
  • Change the notation of defexception
  • Correct conversion function (e.g. integer_to_list => Integer.to_char_list)
  • Replace teardown/2 in tests with on_exit/2

elixir: 0.14.2
mech: 0.8.2
use on_exit/2 instead of teardown
on_exit/2 in setup/2 runs after each test case
on_exit/2 in setup_all/2 runs after the test suite finished
most of replacements are like xx_to_yy -> XX.to_yy
@coveralls
Copy link

Coverage Status

Coverage increased (+0.56%) when pulling 0dc1bc8 on Joe-noh:elixir-v0.14.2 into 2d843e3 on parroty:master.

parroty added a commit that referenced this pull request Jul 5, 2014
Bump elixir's version to 0.14.2
@parroty parroty merged commit 0dfc544 into parroty:master Jul 5, 2014
@parroty
Copy link
Owner

parroty commented Jul 5, 2014

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants