blob: 1fcd4f8a37fdef1f8a97fd6652e95d7bb8dacf1b (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
 | require 'spec_helper'
describe "Referentials" do
  
  # describe "create" do
  #   get new_referential_path
  #   fill_in "Nom", :with => "Test"
  #   fill_in "Slug", :with => "test"
  #   click_button "Créer"
  #   Referential.where(:name => "Test").should_not be_nil
  # end
  
end
 |