Skip to content

Commit

Permalink
Fix syntax error.
Browse files Browse the repository at this point in the history
  • Loading branch information
jarib committed Oct 17, 2013
1 parent 6469466 commit e32ae30
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ module Chrome

profile.as_json().should == {
'zip' => "ignored",
'extensions' => [Base64.strict_encode64 "test"]
'extensions' => [Base64.strict_encode64("test")]
}
end

Expand Down

0 comments on commit e32ae30

Please sign in to comment.