Commit c80bfc32054fd1088c0057ea373444073608f9b3

Authored by Antonio Terceiro
1 parent 86e535e3

s/Given/Then/

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
features/step_definitions/noosfero_steps.rb
... ... @@ -97,7 +97,7 @@ Given /^"(.+)" is a member of "(.+)"$/ do |person,profile|
97 97 Profile.find_by_name(profile).add_member(Profile.find_by_name(person))
98 98 end
99 99  
100   -Given /^"(.+)" should be a member of "(.+)"$/ do |person,profile|
  100 +Then /^"(.+)" should be a member of "(.+)"$/ do |person,profile|
101 101 Profile.find_by_name(profile).members.should include(Person.find_by_name(person))
102 102 end
103 103  
... ...