Skip to content

Commit

Permalink
Add 'remember' note for setting store in initializer
Browse files Browse the repository at this point in the history
In the 'Testing with CarrierWave' section.

[ci skip]
  • Loading branch information
pjg committed Jul 18, 2013
1 parent 1805e1c commit 4f7e42f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -474,6 +474,9 @@ if Rails.env.test? or Rails.env.cucumber?
end
```

Remember, if you have already set `storage :something` in your uploader, the `storage`
setting from this initializer will be ignored.

If you need to test your processing, you should test it in isolation, and enable
processing only for those tests that need it.

Expand Down

0 comments on commit 4f7e42f

Please sign in to comment.