Commit 602bff8ef1523a62f7979ae2828ce9a7dbe7d977
1 parent
c3668be9
Exists in
master
and in
29 other branches
ActionItem237: fixing lightbox_helper_text (wrongly named, BTW)
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1581 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
test/unit/lightbox_helper_text.rb
... | ... | @@ -47,7 +47,7 @@ class LightboxHelperTest < Test::Unit::TestCase |
47 | 47 | should 'tell if rendering inside lightbox' do |
48 | 48 | request = mock |
49 | 49 | expects(:request).returns(request) |
50 | - request.espects(:xhr?).returns(true) | |
50 | + request.expects(:xhr?).returns(true) | |
51 | 51 | |
52 | 52 | assert lightbox? |
53 | 53 | end | ... | ... |