File: rspec.rb

package info (click to toggle)
ruby-rr 3.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,424 kB
  • sloc: ruby: 11,405; makefile: 7
file content (7 lines) | stat: -rw-r--r-- 122 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
module TestHelper
  module RSpec
    def path
      File.join(project.directory, 'spec/spec_helper.rb')
    end
  end
end