Skip to content
Snippets Groups Projects
Commit 261569b2 authored by Douwe Maan's avatar Douwe Maan
Browse files

Fix specs

parent b689e2c0
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -6,7 +6,7 @@ describe Projects::AvatarsController do
 
before do
sign_in(user)
project.team << [user, :developer]
project.team << [user, :master]
controller.instance_variable_set(:@project, project)
end
 
Loading
Loading
Loading
Loading
@@ -15,7 +15,7 @@
FactoryGirl.define do
factory :broadcast_message do
message "MyText"
starts_at Date.today
starts_at Date.yesterday
ends_at Date.tomorrow
 
trait :expired do
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment