forked from External/greenlight
		
	basic tests and user data
This commit is contained in:
		
							
								
								
									
										14
									
								
								test/fixtures/users.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										14
									
								
								test/fixtures/users.yml
									
									
									
									
										vendored
									
									
								
							@@ -1,11 +1,13 @@
 | 
			
		||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
 | 
			
		||||
 | 
			
		||||
one:
 | 
			
		||||
  provider: MyString
 | 
			
		||||
  uid: MyString
 | 
			
		||||
  name: MyString
 | 
			
		||||
  provider: Twitter
 | 
			
		||||
  uid: <%= SecureRandom.hex(10) %>
 | 
			
		||||
  name: User 1
 | 
			
		||||
  username: user1
 | 
			
		||||
 | 
			
		||||
two:
 | 
			
		||||
  provider: MyString
 | 
			
		||||
  uid: MyString
 | 
			
		||||
  name: MyString
 | 
			
		||||
  provider: TWitter
 | 
			
		||||
  uid: <%= SecureRandom.hex(10) %>
 | 
			
		||||
  name: User 2
 | 
			
		||||
  username: user2
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user