Skip to content

Commit

Permalink
Merge pull request #8 from yast/fix_tests
Browse files Browse the repository at this point in the history
require file relative so it can be run independent on working directory
  • Loading branch information
gabi2 committed Oct 9, 2013
2 parents 77bea2a + aac5a4a commit a413c3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/DetectNetworkCards_spec.rb
@@ -1,4 +1,4 @@
require '../src/modules/FcoeClient'
require_relative '../src/modules/FcoeClient'

describe Yast::FcoeClientClass do
before :each do
Expand Down
2 changes: 1 addition & 1 deletion test/GetVlanInterfaces_spec.rb
@@ -1,4 +1,4 @@
require '../src/modules/FcoeClient'
require_relative '../src/modules/FcoeClient'

describe Yast::FcoeClientClass do
before :each do
Expand Down

0 comments on commit a413c3f

Please sign in to comment.