Skip to content

Commit

Permalink
Stub parameterize in JsonIodocsWriter specs
Browse files Browse the repository at this point in the history
Closes #45
  • Loading branch information
oestrich committed Aug 10, 2012
1 parent 3482184 commit c51fba6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/json_iodocs_writer_spec.rb
Expand Up @@ -18,6 +18,7 @@
let(:writer) { described_class.new(index, configuration) } let(:writer) { described_class.new(index, configuration) }


before do before do
configuration.api_name.stub!(:parameterize => "Name")
FileUtils.mkdir_p(configuration.docs_dir) FileUtils.mkdir_p(configuration.docs_dir)
end end


Expand Down

0 comments on commit c51fba6

Please sign in to comment.