Searched refs:Team (Results 1 - 8 of 8) sorted by relevance

/ontohub/spec/models/
H A Dteam_spec.rb3 describe Team do
H A Dability_spec.rb232 context 'Team' do
252 should be_able_to(perm, Team.new)
/ontohub/db/seeds/
H A D010-users_and_teams.rb14 # Create Team.
15 @team = Team.create! \
H A D040-git.rb8 subject: Team.first,
/ontohub/app/controllers/
H A Dpermissions_controller.rb30 :scope => [User, Team]
/ontohub/app/models/
H A Dteam.rb1 class Team < ActiveRecord::Base class
H A Dability.rb103 # Team permissions
104 can [:create, :read], Team
105 can [:update, :destroy], Team do |subject|
/ontohub/spec/controllers/
H A Dteams_controller_spec.rb61 it { should redirect_to(Team) }

Completed in 578 milliseconds