sql_search_n_sort 2.0.0 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -120,7 +120,7 @@ describe "People" do
120
120
  sleep 1
121
121
  p2 = FactoryGirl.create(:person, :email => "p2@domain.com")
122
122
  visit sort_people_path
123
- select("Date last changed [desc]", :from => "sort_by")
123
+ select("Date last changed [desc]", :from => "sort_by")
124
124
  emails = all(:xpath, "//table/tbody/tr/td[3]")
125
125
  emails[0].text.should eq p2.email
126
126
  emails[1].text.should eq p1.email
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sql_search_n_sort
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - John O'Malley
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-04 00:00:00.000000000 Z
11
+ date: 2014-11-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri