Fix typo in wiki spec

pull/586/head
Till Breuer 11 years ago committed by Michael Frister
parent d615b287bc
commit 3d1812d599
  1. 2
      spec/models/wiki_spec.rb

@ -28,7 +28,7 @@
require 'spec_helper'
describe WikiPage do
describe Wiki do
let(:project) { FactoryGirl.create(:project, :without_wiki) }
let(:start_page) { 'The wiki start page' }

Loading…
Cancel
Save