Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
shadyemail is a go...all tests passed
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardSchneeman committed Mar 24, 2010
1 parent 69f3e2f commit 546fdae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/websites/show.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<% @keywords = @myurl.to_s + ', is' + @myurl.to_s ' safe , report spam mail,spam blocker,spam list,report spammers,report spam email,report spam,blacklist,abuse,website,domains,spam check,email abuse,spam war,utility,spammers'%>
<% @keywords = @myurl.to_s + ', is' + @myurl.to_s + ' safe , report spam mail,spam blocker,spam list,report spammers,report spam email,report spam,blacklist,abuse,website,domains,spam check,email abuse,spam war,utility,spammers'%>
<% if @website.nil? %>
Expand Down
1 change: 1 addition & 0 deletions spec/controllers/shady_email_controller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
post 'create', :user => { :email => 'foo_email1@example.com', :website => 'sketchy.com' }
end
end


it "should get the same email with the same email" do
post 'create', :user => { :email => 'foo_email2@example.com', :website => 'sketchy.com' }
Expand Down

0 comments on commit 546fdae

Please sign in to comment.