spec/integration/group_rollout_spec.rb in detour-0.0.13 vs spec/integration/group_rollout_spec.rb in detour-0.0.14
- old
+ new
@@ -11,10 +11,10 @@
user.name == "foo"
end
end
it "sets the feature on the user" do
- user.features.should include feature
+ user.detour_features.should include feature
end
end
end