Skip to content

Commit

Permalink
Debugging - remove this commit
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Jan 5, 2017
1 parent b2ba437 commit 10eac02
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/profile_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,10 @@ def patterns_list

it "exports modules data into the current profile" do
subject.Prepare
# FIXME: subject.current returns: {"custom"=>{"key1"=>"val1"}, "general"=>false}
puts '-' * 30
puts subject.current.inspect
puts '-' * 30
expect(subject.current["general"]).to be_kind_of(Hash)
expect(subject.current["custom"]).to be_kind_of(Hash)
end
Expand Down

0 comments on commit 10eac02

Please sign in to comment.