Skip to content

Commit

Permalink
test queries
Browse files Browse the repository at this point in the history
  • Loading branch information
sufleR committed Dec 9, 2015
1 parent 36cd60e commit ae77181
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions spec/sql_queries/_email_partial.sql.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
players.email = <%= quote @email %>
3 changes: 3 additions & 0 deletions spec/sql_queries/get_player_by_email_with_template.sql.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SELECT *
FROM players
WHERE <%= partial :email_partial %>

0 comments on commit ae77181

Please sign in to comment.