mirror of
https://github.com/awesome-print/awesome_print
synced 2023-03-27 23:22:34 -04:00
Fixed syntax error in Ripple plugin spec
This commit is contained in:
parent
86ff96d03c
commit
514faad651
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ begin
|
|||
end
|
||||
|
||||
it "should print class instance" do
|
||||
user = RippleUser.new :_id => '12345' :first_name => "Al", :last_name => "Capone"
|
||||
user = RippleUser.new :_id => "12345", :first_name => "Al", :last_name => "Capone"
|
||||
out = @ap.send :awesome, user
|
||||
|
||||
out.should == <<-EOS.strip
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue