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

Commit

Permalink
made assert_no_match on 'disableCookies' more aggressive and bumped v…
Browse files Browse the repository at this point in the history
…ersion to 0.3.0 (closes #9)
  • Loading branch information
GSI2014 committed Jun 1, 2014
1 parent 5d951f8 commit bbf6e71
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
Empty file modified .gitignore
100755 → 100644
Empty file.
Empty file modified LICENSE
100755 → 100644
Empty file.
Empty file modified README.md
100755 → 100644
Empty file.
Empty file modified Rakefile
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.2
0.3.0
Empty file modified test/helper.rb
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion test/test_rack_piwik.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class TestRackPiwik < Test::Unit::TestCase

should "not disable piwik cookies" do
get "/body_only"
assert_no_match %r{\_paq\.push\(\[\'disableCookies\'\]\)\;}, last_response.body
assert_no_match %r{disableCookies}, last_response.body
end
end

Expand Down

0 comments on commit bbf6e71

Please sign in to comment.