Skip to content

Commit

Permalink
Fix spec after merging #598
Browse files Browse the repository at this point in the history
  • Loading branch information
shingara committed Oct 24, 2013
1 parent f51203d commit 4191507
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/fabricators/issue_tracker_fabricator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

Fabricator :gitlab_tracker, :from => :issue_tracker, :class_name => "IssueTrackers::GitlabTracker" do
account 'http://gitlab.example.com'
alt_project_id 'foo'
end

Fabricator :mingle_tracker, :from => :issue_tracker, :class_name => "IssueTrackers::MingleTracker" do
Expand Down

0 comments on commit 4191507

Please sign in to comment.