antonmi / espec_phoenix

ESpec for Phoenix web framework.
MIT License
137 stars 33 forks source link

Elixir 1.3 small fixes #26

Closed brain-geek closed 8 years ago

brain-geek commented 8 years ago

This PR changes two things:

warning: variable result is unused
  lib/assertions/content/have_text_in.ex:29

warning: variable args is unused
  lib/controllers/helpers.ex:2

warning: variable args is unused
  lib/views/helpers.ex:3
antonmi commented 8 years ago

Let's remove Elixir 1.1.1 from travis.yml. It conflictes with Eralng 19

brain-geek commented 8 years ago

@antonmi Hey, I've removed the failing build options. Can you look through this PR again?