Skip to content

Conversation

maurogeorge
Copy link
Contributor

Using Appraisals and Travis

The rails 4 inputs are like:

<input data-fp-apikey=\"123filepickerapikey\" id=\"user_filepicker_url\" name=\"user[filepicker_url]\" type=\"filepicker\" />

when the rails 3.2.x are like:

<input data-fp-apikey=\"123filepickerapikey\" id=\"user_filepicker_url\" name=\"user[filepicker_url]\" size=\"30\" type=\"filepicker\" />

The difference is the size attribute. So you can no more match against a complete tag if we support both rails on specs. So change the specs to match against single attributes
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.01%) when pulling 32e7df1 on maurogeorge:appraisals into 0381b36 on Ink:master.

maurogeorge added a commit that referenced this pull request Dec 9, 2013
Running specs on rails 3.2.x and 4.0
@maurogeorge maurogeorge merged commit cfb5c17 into filestack:master Dec 9, 2013
@maurogeorge
Copy link
Contributor Author

Now we have more specs runnning on Travis

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants