Skip to content

Commit

Permalink
Merge pull request #16 from yast/missing_require_in_test
Browse files Browse the repository at this point in the history
Added missing "require" in a test
  • Loading branch information
lslezak committed Aug 11, 2015
2 parents 7b61326 + 21d335c commit 88189bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/migration_proposal_client_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
# ------------------------------------------------------------------------------

require_relative "test_helper"
require "migration/proposal_client"

describe Migration::ProposalClient do
describe "#description" do
Expand Down

0 comments on commit 88189bd

Please sign in to comment.