Skip to content

Commit

Permalink
adding meaning full test description
Browse files Browse the repository at this point in the history
  • Loading branch information
alameenkhader committed Sep 23, 2016
1 parent fab2ec4 commit 6a20c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/generators/apidoco_generator_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def remove_docs_directory
context 'custom actions' do
let(:upload_acton) { 'upload' }

it "creates a the documentation files for the arguments" do
it "creates the documentation files for the actions supplied in arguments" do
run_generator ['api/v1/posts', upload_acton]

assert_file "#{Rails.root}/docs/api/v1/posts/#{upload_acton}.json"
Expand Down

0 comments on commit 6a20c25

Please sign in to comment.