13 Aug, 2015

1 commit


31 Jul, 2015

1 commit


24 Jul, 2015

1 commit

  • Use these two commands inside vim:
    :!ag -l '..\/..\/..\/..\/test' | xargs perl -pi -E "s/require.*test_helper.*/require 'test_helper'/g"
    :!ag -l "require File.*'/" | xargs perl -pi -E "s/require File.*'\//require_relative '/g":e ""'"
    Braulio Bhavamitra
     

09 Nov, 2014

1 commit

  •   fast_create(Person) used on tests leaves the user blank so the target
      for the email had no address causing deliver to throw an error, so I
      just replaced fast_create for create_user
    
      This patch just makes the tests pass. I haven't tested the plugin
      myself so I have no guarantee it works.
    Larissa Reis
     

10 Mar, 2014

1 commit


11 Nov, 2013

1 commit


10 Sep, 2012

1 commit