Files
openfoodnetwork/spec
Maikel Linke e57c06c610 Use require_relative introduced in Ruby 1.9.2
The new `require_relative` command is much shorter and easier to read
then the previous:

    -require File.expand_path('../config/application', __FILE__)
    +require_relative 'config/application'
2016-07-20 16:07:35 +10:00
..
2016-06-30 01:30:53 +10:00
2016-06-30 21:38:10 +10:00
2015-11-13 14:03:07 +11:00
2015-04-09 17:20:31 +10:00