Skip to content

Commit

Permalink
Rename malone/sandbox to malone/test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyril David committed Mar 28, 2012
1 parent c92525c commit 93c32fd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
Expand Up @@ -17,3 +17,5 @@

- Configuration parameters are more strict (i.e. passing :password
would throw a NoMethodError via @tizoc, @elpollila)

- malone/sandbox has been renamed to malone/test.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -35,7 +35,7 @@ That's it!
## TESTING

```ruby
require "malone/sandbox"
require "malone/test"

m = Malone.connect(url: "smtp://foo%40bar.com:pass1234@smtp.gmail.com:587",
domain: "mysite.com")
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion test/malone.rb
Expand Up @@ -175,7 +175,7 @@ def send_message(*args)
end

test "sandbox" do
require "malone/sandbox"
require "malone/test"

m = Malone.connect
m.deliver(to: "recipient@me.com", from: "no-reply@mydomain.com",
Expand Down

0 comments on commit 93c32fd

Please sign in to comment.