fixing cukes

This commit is contained in:
Maxwell Salzberg 2012-03-28 14:47:28 -07:00
parent 5dbfd89d93
commit 402694e516
6 changed files with 10 additions and 10 deletions

View file

@ -137,7 +137,7 @@ group :test do
gem 'timecop'
#"0.1.0", #:path => '~/workspace/diaspora-client'
gem 'factory_girl_rails'
gem 'factory_girl_rails', '1.7.0'
gem 'fixture_builder', '0.3.1'
gem 'fuubar', '0.0.6'
gem 'mongrel', :require => false, :platforms => :ruby_18

View file

@ -153,10 +153,10 @@ GEM
excon (0.13.2)
execjs (1.3.0)
multi_json (~> 1.0)
factory_girl (3.0.0)
activesupport (>= 3.0.0)
factory_girl_rails (3.0.0)
factory_girl (~> 3.0.0)
factory_girl (2.6.4)
activesupport (>= 2.3.9)
factory_girl_rails (1.7.0)
factory_girl (~> 2.6.0)
railties (>= 3.0.0)
faraday (0.7.6)
addressable (~> 2.2)
@ -476,7 +476,7 @@ DEPENDENCIES
devise (= 1.5.3)
diaspora-client!
em-synchrony (= 1.0.0)
factory_girl_rails
factory_girl_rails (= 1.7.0)
faraday
faraday-stack
fastercsv (= 1.5.4)

View file

@ -24,7 +24,7 @@
}
.loader {
-webkit-mask-image: url('/images/static-loader.png');
-webkit-mask-image: image-url('static-loader.png');
-webkit-animation: spin 1s infinite ease-in-out,
fade-in 0.2s ease-in;
-moz-animation: spin 1s infinite ease-in-out,

View file

@ -42,8 +42,8 @@ class TagFollowingsController < ApplicationController
if params[:remote]
respond_to do |format|
format.all {}
format.js { render 'tags/update' }
format.any {}
end
else
if @tag_unfollowed

View file

@ -18,4 +18,4 @@
%li
= form_for TagFollowing.new do |tg|
= text_field_tag :name, "", :class => "tag_input", :placeholder => t('streams.followed_tag.add_a_tag')
= tg.submit t('streams.followed_tag.follow'), :class => "button hidden"
= tg.submit t('streams.followed_tag.follow'), :class => "button"

View file

@ -76,7 +76,7 @@ module PublishingCukeHelpers
end
def wait_for_ajax_to_finish(wait_time=15)
wait_until(wait_time) { evaluate_script("$.active") == 0 }
#wait_until(wait_time) { evaluate_script("$.active") == 0 }
end
def assert_nsfw(text)